Function pact_plugin_driver::repository::fetch_repository_index

source ยท
pub async fn fetch_repository_index(
    http_client: &Client,
    default_index: Option<&str>,
) -> Result<PluginRepositoryIndex>
Expand description

Retrieves the latest repository index, first from GitHub, and if not able to, then any locally cached index, otherwise defaults to the version compiled into the library.