Function pact_models::http_utils::fetch_json_from_url[][src]

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

Fetches the JSON from a URL