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-go/master/.polygon/rest.json
+++ https://api.polygon.io/openapi
@@ -27013,7 +27013,7 @@
}
},
"last_trade": {
- "description": "The most recent quote for this contract. This is only returned if your current plan includes quotes.",
+ "description": "The most recent quote for this contract. This is only returned if your current plan includes trades.",
"properties": {
"conditions": {
"description": "A list of condition codes.",
@@ -27195,7 +27195,8 @@
"stocks",
"options",
"fx",
- "crypto"
+ "crypto",
+ "indices"
],
"type": "string"
},
justinpolygon commented
Dupe of #361.