download_json_from_github

Function download_json_from_github 

Source
pub async fn download_json_from_github(
    http_client: &Client,
    base_url: &str,
    tag: &String,
    filename: &str,
) -> Result<Value>
Expand description

Downloads a JSON file from a GitHub release URL