We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
._http_headers
1 parent e481cf7 commit 03e8bffCopy full SHA for 03e8bff
tap_github/client.py
@@ -173,7 +173,7 @@ def get_url_params(
173
params[since_key] = since.isoformat(sep="T")
174
# Leverage conditional requests to save API quotas
175
# https://github.community/t/how-does-if-modified-since-work/139627
176
- self._http_headers["If-modified-since"] = email.utils.format_datetime(since)
+ self.http_headers["If-modified-since"] = email.utils.format_datetime(since)
177
return params
178
179
def validate_response(self, response: requests.Response) -> None:
0 commit comments