v_exchanges_api_generics

Crates.iov_exchanges_api_generics
lib.rsv_exchanges_api_generics
version
sourcesrc
created_at2025-01-01 17:45:52.20727
updated_at2025-02-02 16:13:50.229796
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
Cargo.toml error:TOML parse error at line 23, column 1 | 23 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Valera (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: 0

cargo fmt