polygon-io / client-jvm

The official JVM client library SDK, written in Kotlin, for accessing the Polygon REST and WebSocket API.
55 stars 34 forks source link

Client update needed to match WebSocket spec changes #140

Closed client-library-maintainer[bot] closed 11 months ago

client-library-maintainer[bot] commented 11 months ago

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-jvm/master/.polygon/websocket.json
+++ https://api.polygon.io/specs/websocket.json
@@ -5036,4 +5036,4 @@
       }
     }
   }
-}
\ No newline at end of file
+}
justinpolygon commented 11 months ago

Dupe of https://github.com/polygon-io/client-jvm/issues/142