pub async fn get_github_json_from_urls<T: DeserializeOwned>(
client: &Client,
urls: &[String],
) -> Result<T>Expand description
Try multiple transports for one GitHub JSON resource. Authorization is sent only to the official GitHub API host, never to a third-party proxy.