generic-api-client 0.1.1

A client for HTTP/HTTPS/WebSocket APIs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Generic API Client


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.

[Examples](https://github.com/negi-grass/crypto-botters)