Module requests

Source
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.