A super fast 42 API connector
Makes it easy to fetch data from the 42 API. Main features:
- Rate Limited
- Async (easily fetch all pages of an endpoint!)
- Fast ๐
- Initialize your
secrets.yaml
file in theexamples
folder using the template fromsecrets_example.yaml
- Run the example like this:
cargo run --example users
- add patch/put/post/delete
- add scopes
- add multi key support
- implement doing requests with user access token
- solve potential issues with duplicate http options (
page[size]
) - publish to crates.io