codam-coding-college / fast42-rs

A super fast 42API connector for rust πŸš€

Repository from Github https://github.comcodam-coding-college/fast42-rsRepository from Github https://github.comcodam-coding-college/fast42-rs

Fast42 - Rust Edition

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 πŸš€

Running examples

  • Initialize your secrets.yaml file in the examples folder using the template from secrets_example.yaml
  • Run the example like this: cargo run --example users

TODO

  • 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

About

A super fast 42API connector for rust πŸš€

License:MIT License


Languages

Language:Rust 100.0%