http_get

Function http_get 

Source
pub async fn http_get<T: DeserializeOwned>(
    url: &str,
    headers: &[(String, String)],
) -> Result<T, Error>
Expand description

http_get Generic helper for HTTP GET with JSON response.