generic-api-client 0.2.1

A client for HTTP/HTTPS/WebSocket APIs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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](https://crates.io/crates/crypto-botters)