generic-api-client

Crates.iogeneric-api-client
lib.rsgeneric-api-client
version0.3.0
sourcesrc
created_at2022-12-22 04:32:22.969649
updated_at2023-12-07 12:53:21.837599
descriptionA client for HTTP/HTTPS/WebSocket APIs.
homepagehttps://github.com/negi-grass/crypto-botters/tree/main/generic-api-client
repositoryhttps://github.com/negi-grass/crypto-botters/tree/main/generic-api-client
max_upload_size
id743669
size45,145
NegiGrass (negi-grass)

documentation

https://docs.rs/generic-api-client

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: 163

cargo fmt