Function fetch_adguard_query_log

Source
pub async fn fetch_adguard_query_log(
    client: &Client,
    endpoint: &str,
    username: &str,
    password: &str,
) -> Result<QueryResponse, Error>