pub fn client_url(
    base: &Url,
    path: &str,
    params: Vec<(&str, String)>
) -> Result<Url, Error>