wss
web socket url
initialize the web socket
sending to the socket
event listeners on the socket
typings (schemas)
When requests are sent with a particular action
type, a response is usually sent back with the sameaction
type. Helps to identify which response is for which request.
Pagination
get
handlers accepts the following props within their body request.
You must be authed before using some of the socket handlers after connections.
Modified at 2025-06-09 08:46:10