Client update needed to match REST spec changes
client-library-maintainer opened this issue · 1 comments
client-library-maintainer commented
A diff between this client library's spec and our hosted spec was found. The client may need an update to match any changes in our API. See the diff below:
--- https://raw.githubusercontent.com/polygon-io/client-python/master/.polygon/rest.json
+++ https://api.polygon.io/openapi
@@ -6039,7 +6039,7 @@
},
"summary": "Exponential Moving Average (EMA)",
"tags": [
- "crpyto:aggregates"
+ "crypto:aggregates"
],
"x-polygon-entitlement-data-type": {
"description": "Aggregate data",
@@ -9407,7 +9407,7 @@
},
"summary": "Relative Strength Index (RSI)",
"tags": [
- "crpyto:aggregates"
+ "crypto:aggregates"
],
"x-polygon-entitlement-data-type": {
"description": "Aggregate data",
@@ -11003,7 +11003,7 @@
},
"summary": "Simple Moving Average (SMA)",
"tags": [
- "crpyto:aggregates"
+ "crypto:aggregates"
],
"x-polygon-entitlement-data-type": {
"description": "Aggregate data",
@@ -30474,7 +30474,7 @@
"type": "string"
},
"tag": {
- "description": "A specific type within a category. For example \u201cproduct_sales\u201d is a type of revenue stream. A company may have multiple tags within a given category. A taxonomy of tags are determined based on 10k filings.",
+ "description": "A specific type within a category. For example “product_sales” is a type of revenue stream. A company may have multiple tags within a given category. A taxonomy of tags are determined based on 10k filings.",
"type": "string"
},
"ticker": {
justinpolygon commented
Replaced by #663