Expand description
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 ๐
Structsยง
- Fast42
- Struct holding everything needed to perform requests. Can only be instantiated using the
new()
method. - Http
Option - Key/value pair holder to represent HTTP options. Best constructed using the
new()
method. - Response
- A Response to a submitted
Request
.
Type Aliasesยง
- BoxError
- Alias for a type-erased error type.