Function pact_plugin_driver::download::download_zip_file

source ยท
pub async fn download_zip_file(
    plugin_dir: &PathBuf,
    http_client: &Client,
    base_url: &str,
    tag: &String,
    zip_file: String,
    zip_sha_file: String,
    display_progress: bool,
) -> Result<PathBuf>
Expand description

Downloads a plugin zip file from GitHub and installs it