pub async fn get_json<T: DeserializeOwned>(
client: &Client,
url: &str,
) -> Result<T>Expand description
Fetch a URL and deserialize the JSON body.
pub async fn get_json<T: DeserializeOwned>(
client: &Client,
url: &str,
) -> Result<T>Fetch a URL and deserialize the JSON body.