pub async fn get( url: &str, query_options: &Vec<(&str, &str)>, consumer_key: &str, consumer_secret: &str, access_key: &str, access_secret: &str, timeout_sec: Option<Duration>, ) -> Result<Response, Error>