v_exchanges_api_generics

Crates.iov_exchanges_api_generics
lib.rsv_exchanges_api_generics
version0.13.1
created_at2025-01-01 17:45:52.20727+00
updated_at2025-09-18 19:31:02.043878+00
descriptionA client for HTTP/HTTPS/WebSocket APIs.
homepagehttps://github.com/valeratrades/v_exchanges
repositoryhttps://github.com/valeratrades/v_exchanges/tree/master/v_exchanges_api_generics
max_upload_size
id1500956
size100,272
Valeriy Sakharov (valeratrades)

documentation

https://docs.rs/v_exchanges_api_generics

README

Generic API Client

This library is mainly for API client library developers.

Using this crate, you can use the same client to interact with multiple different APIs with, different authentication methods, data formats etc.

The handler traits allow you to do things like authentication, data parsing etc.

For a more detailed explanation on what this crate can do, see the documentation in the source code.

An example of a library that depends on this crate: crypto-botters

Commit count: 275

cargo fmt