pub async fn get_request<T: DeserializeOwned>(
client: &Client,
url: &str,
) -> Result<T, CommonError>Expand description
Make a GET request and deserialize the response
pub async fn get_request<T: DeserializeOwned>(
client: &Client,
url: &str,
) -> Result<T, CommonError>Make a GET request and deserialize the response