Module racal::reqwest

source ·
Available on crate feature reqwest only.
Expand description

An optional API client feature using reqwest

Besides using this, you could instead easily implement your own client using a different HTTP library with the racal::Queryable trait.

Enums

  • An error that may happen with an API query

Traits

  • An API client that can be used to create queries