We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd42618 commit 4b5a3ceCopy full SHA for 4b5a3ce
polygon/rest/base.py
@@ -41,6 +41,7 @@ def __init__(
41
42
self.headers = {
43
"Authorization": "Bearer " + self.API_KEY,
44
+ "Accept-Encoding": "gzip",
45
"User-Agent": f"Polygon.io PythonClient/{version}",
46
}
47
0 commit comments