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.yamlfile in theexamplesfolder 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