8 releases

0.3.0 Dec 7, 2023
0.2.1 Mar 17, 2023
0.2.0 Feb 28, 2023
0.1.4 Feb 5, 2023
0.1.1 Dec 23, 2022

#684 in Asynchronous

Download history 36/week @ 2023-12-25 70/week @ 2024-01-08 73/week @ 2024-01-15 77/week @ 2024-01-22 112/week @ 2024-01-29 84/week @ 2024-02-05 127/week @ 2024-02-12 103/week @ 2024-02-19 69/week @ 2024-02-26 86/week @ 2024-03-04 59/week @ 2024-03-11 23/week @ 2024-03-18 23/week @ 2024-03-25 73/week @ 2024-04-01 61/week @ 2024-04-08

186 downloads per month
Used in 5 crates

MIT license

41KB
542 lines

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


lib.rs:

Generic-API-Client

This is a crate for interacting with HTTP/HTTPS/WebSocket APIs. It is named "generic" because you can use the same client to interact with multiple different APIs with, different authentication methods, data formats etc.

This crate provides

For a more detailed documentation, see the links above.

Dependencies

~7–23MB
~352K SLoC