Skip to content
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

Client update needed to match WebSocket spec changes #519

Closed
client-library-maintainer bot opened this issue Sep 18, 2023 · 0 comments · Fixed by #521
Closed

Client update needed to match WebSocket spec changes #519

client-library-maintainer bot opened this issue Sep 18, 2023 · 0 comments · Fixed by #521
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/websocket.json
+++ https://api.polygon.io/specs/websocket.json
@@ -1098,8 +1098,8 @@
           }
         },
         "x-polygon-entitlement-data-type": {
-          "name": "value",
-          "description": "Value data"
+          "name": "indicative-price",
+          "description": "Indicative Price"
         },
         "x-polygon-entitlement-market-type": {
           "name": "stocks",
@@ -1791,8 +1791,8 @@
           }
         },
         "x-polygon-entitlement-data-type": {
-          "name": "value",
-          "description": "Value data"
+          "name": "indicative-price",
+          "description": "Indicative Price"
         },
         "x-polygon-entitlement-market-type": {
           "name": "options",
@@ -2188,8 +2188,8 @@
           }
         },
         "x-polygon-entitlement-data-type": {
-          "name": "value",
-          "description": "Value data"
+          "name": "indicative-price",
+          "description": "Indicative Price"
         },
         "x-polygon-entitlement-market-type": {
           "name": "fx",
@@ -2829,8 +2829,8 @@
           }
         },
         "x-polygon-entitlement-data-type": {
-          "name": "value",
-          "description": "Value data"
+          "name": "indicative-price",
+          "description": "Indicative Price"
         },
         "x-polygon-entitlement-market-type": {
           "name": "crypto",
@client-library-maintainer client-library-maintainer bot added the spec The client may need an update due to API spec changes label Sep 18, 2023
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

Successfully merging a pull request may close this issue.

0 participants