Stream Newsfeed
Server will automatically send PING control frames to connected clients, but does not require a response. Many client libraries will automatically respond with PONG control frames; this is desirable but not required. Sending any message over WebSocket to the server other than PING/PONG control frames will result in immediate disconnection.
GET
/
stream
Response
101 - */*
api_version
string
requiredIndicates the message API version. Currently websocket/v1
.
kind
string
requiredIndicates the message data Kind. Currently News/v1
.
data
object
requiredMessage payload
Was this page helpful?