[][src]Function pact_matching::models::http_utils::fetch_json_from_url

pub fn fetch_json_from_url(
    url: &String,
    auth: &Option<HttpAuth>
) -> Result<(String, Value), String>

Fetches the JSON from a URL