get

Function get 

Source
pub async fn get(
    client: &Client,
    base_url: &str,
    path: &str,
    query: Option<Vec<(String, String)>>,
) -> Result<Response, ApiError>