8000 Client update needed to match REST spec changes · Issue #627 · polygon-io/client-python · GitHub
[go: up one dir, main page]

Skip to content

Client update needed to match REST spec changes #627

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
client-library-maintainer bot opened this issue Mar 18, 2024 · 1 comment
Closed

Client update needed to match REST spec changes #627

client-library-maintainer bot opened this issue Mar 18, 2024 · 1 comment
Labels
spec The client may need an update due to API spec changes

Comments

@client-library-maintainer
Copy link

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
@@ -7007,7 +7007,7 @@
         "operationId": "EMA",
         "parameters": [
           {
-            "description": "The ticker symbol for which to get exponential moving average (EMA) data.",
+            "description": "Specify a case-sensitive ticker symbol for which to get exponential moving average (EMA) data. For example, AAPL represents Apple Inc.",
             "example": "AAPL",
             "in": "path",
             "name": "stockTicker",
@@ -8757,7 +8757,7 @@
         "operationId": "MACD",
         "parameters": [
           {
-            "description": "The ticker symbol for which to get MACD data.",
+            "description": "Specify a case-sensitive ticker symbol for which to get moving average convergence/divergence (MACD) data. For example, AAPL represents Apple Inc.",
             "example": "AAPL",
             "in": "path",
             "name": "stockTicker",
@@ -10375,7 +10375,7 @@
         "operationId": "RSI",
         "parameters": [
           {
-            "description": "The ticker symbol for which to get relative strength index (RSI) data.",
+            "description": "Specify a case-sensitive ticker symbol for which to get relative strength index (RSI) data. For example, AAPL represents Apple Inc.",
             "example": "AAPL",
             "in": "path",
             "name": "stockTicker",
@@ -12015,7 +12015,7 @@
         "operationId": "SMA",
         "parameters": [
           {
-            "description": "The ticker symbol for which to get simple moving average (SMA) data.",
+            "description": "Specify a case-sensitive ticker symbol for which to get simple moving average (SMA) data. For example, AAPL represents Apple Inc.",
             "example": "AAPL",
             "in": "path",
             "name": "stockTicker",
@@ -24822,7 +24822,7 @@
                             "type": "string"
                           },
                           "mic": {
-                            "description": "The Market Identifer Code of this exchange (see ISO 10383).",
+                            "description": "The Market Identifier Code of this exchange (see ISO 10383).",
                             "example": "XASE",
                             "type": "string"
                           },
@@ -25536,7 +25536,7 @@
         "operationId": "ListStockSplits",
         "parameters": [
           {
-            "description": "Return the stock splits that contain this ticker.",
+            "description": "Specify a case-sensitive ticker symbol. For example, AAPL represents Apple Inc.",
             "in": "query",
             "name": "ticker",
             "schema": {
@@ -25570,7 +25570,7 @@
             }
           },
           {
-            "description": "Search by ticker.",
+            "description": "Range by ticker.",
             "in": "query",
             "name": "ticker.gte",
             "schema": {
@@ -25578,7 +25578,7 @@
             }
           },
           {
-            "description": "Search by ticker.",
+            "description": "Range by ticker.",
             "in": "query",
             "name": "ticker.gt",
             "schema": {
@@ -25586,7 +25586,7 @@
             }
           },
           {
-            "description": "Search by ticker.",
+            "description": "Range by ticker.",
             "in": "query",
             "name": "ticker.lte",
             "schema": {
@@ -25594,7 +25594,7 @@
             }
           },
           {
-            "description": "Search by ticker.",
+            "description": "Range by ticker.",
             "in": "query",
             "name": "ticker.lt",
             "schema": {
@@ -25602,7 +25602,7 @@
             }
           },
           {
-            "description": "Search by execution_date.",
+            "description": "Range by execution_date.",
             "in": "query",
             "name": "execution_date.gte",
             "schema": {
@@ -25611,7 +25611,7 @@
             }
           },
           {
-            "description": "Search by execution_date.",
+            "description": "Range by execution_date.",
             "in": "query",
             "name": "execution_date.gt",
             "schema": {
@@ -25620,7 +25620,7 @@
             }
           },
           {
-            "description": "Search by execution_date.",
+            "description": "Range by execution_date.",
             "in": "query",
             "name": "execution_date.lte",
             "schema": {
@@ -25629,7 +25629,7 @@
             }
           },
           {
-            "description": "Search by execution_date.",
+            "description": "Range by execution_date.",
             "in": "query",
             "name": "execution_date.lt",
             "schema": {
@client-library-maintainer client-library-maintainer bot added the spec The client may need an update due to API spec changes label Mar 18, 2024
@justinpolygon
Copy link
Contributor

Dupe of #633

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
spec The client may need an update due to API spec changes
Projects
None yet
Development

No branches or pull requests

1 participant
0