Crates.io | generic-api-client |
lib.rs | generic-api-client |
version | 0.3.0 |
source | src |
created_at | 2022-12-22 04:32:22.969649 |
updated_at | 2023-12-07 12:53:21.837599 |
description | A client for HTTP/HTTPS/WebSocket APIs. |
homepage | https://github.com/negi-grass/crypto-botters/tree/main/generic-api-client |
repository | https://github.com/negi-grass/crypto-botters/tree/main/generic-api-client |
max_upload_size | |
id | 743669 |
size | 45,145 |
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