Expand description
A utility module for building requests to the API.
Functionsยง
- get_
async_ request - Builds the async request for a custom response.
The given struct must implement
DeserializeOwned
. - get_
blocking_ get_ request - Builds the blocking request for a custom response.
The given struct must implement
DeserializeOwned
. - get_
default_ async_ get_ request - Builds the request for a default response.
- get_
default_ blocking_ get_ request - Builds the blocking request for a default response.