Function get_request

Source
pub async fn get_request<T: DeserializeOwned>(
    client: &Client,
    url: &str,
) -> Result<T, CommonError>
Expand description

Make a GET request and deserialize the response