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 #479

Open
client-library-maintainer bot opened this issue Dec 9, 2024 · 0 comments
Open

Client update needed to match WebSocket spec changes #479

client-library-maintainer bot opened this issue Dec 9, 2024 · 0 comments
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-go/master/.polygon/websocket.json
+++ https://api.polygon.io/specs/websocket.json
@@ -269,7 +269,7 @@
                     },
                     "c": {
                       "type": "array",
-                      "description": "The trade conditions. See <a target=\"_blank\" href=\"https://polygon.io/glossary/us/stocks/conditions-indicators\" \nalt=\"Conditions and Indicators\">Conditions and Indicators\"</a> for Polygon.io's trade conditions glossary.\n",
+                      "description": "The trade conditions. See <a target=\"_blank\" href=\"https://polygon.io/glossary/us/stocks/conditions-indicators\" \nalt=\"Conditions and Indicators\">Conditions and Indicators</a> for Polygon.io's trade conditions glossary.\n",
                       "items": {
                         "type": "integer",
                         "description": "The ID of the condition."
@@ -277,7 +277,7 @@
                     },
                     "t": {
                       "type": "integer",
-                      "description": "The Timestamp in Unix MS."
+                      "description": "The SIP timestamp in Unix MS."
                     },
                     "q": {
                       "type": "integer",
@@ -407,7 +407,7 @@
                     },
                     "t": {
                       "type": "integer",
-                      "description": "The Timestamp in Unix MS."
+                      "description": "The SIP timestamp in Unix MS."
                     },
                     "q": {
                       "type": "integer",
@@ -3964,7 +3964,7 @@
           },
           "c": {
             "type": "array",
-            "description": "The trade conditions. See <a target=\"_blank\" href=\"https://polygon.io/glossary/us/stocks/conditions-indicators\" \nalt=\"Conditions and Indicators\">Conditions and Indicators\"</a> for Polygon.io's trade conditions glossary.\n",
+            "description": "The trade conditions. See <a target=\"_blank\" href=\"https://polygon.io/glossary/us/stocks/conditions-indicators\" \nalt=\"Conditions and Indicators\">Conditions and Indicators</a> for Polygon.io's trade conditions glossary.\n",
             "items": {
               "type": "integer",
               "description": "The ID of the condition."
@@ -3972,7 +3972,7 @@
           },
           "t": {
             "type": "integer",
-            "description": "The Timestamp in Unix MS."
+            "description": "The SIP timestamp in Unix MS."
           },
           "q": {
             "type": "integer",
@@ -4041,7 +4041,7 @@
           },
           "t": {
             "type": "integer",
-            "description": "The Timestamp in Unix MS."
+            "description": "The SIP timestamp in Unix MS."
           },
           "q": {
             "type": "integer",
@client-library-maintainer client-library-maintainer bot added the spec The client may need an update due to API spec changes label Dec 9, 2024
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

0 participants