def _get(self, url, params=None, auth=None, include_domain=True):
        return requests.get(url, auth=auth or self.auth, params=params)