[][src]Function dns_online::net::make_query

pub fn make_query(api_endpoint: &str, auth_token: &str) -> Result<Easy, Error>

Generate a query using curl easyHTTP interface This will request the api endpoint at the url api_endpoint with the user-supplied authentification token auth_token