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 same action
type. Helps to identify which response is for which request.
Usually, all get
handlers accepts the following props within their body request.so your body request may contain the pagination props;You must be authed before using some of the socket handlers after connections.
Modified at 2025-06-09 08:46:10