API Documentation

The Create Addons WebSocket is used to retrieve informations about a specific addon or a list of addons available on the website, and also to get notified as soon as an addon gets added or removed on the website.

The Websocket URL is ws://localhost:3000/ws.

Messages

A WebSocket message looks like so:

PropertyTypeDescription
typenumberThe type of the WebSocket message, indicating the event (see above or each message's page to get its the type's number).
dataunknownThe data associated with the WebSocket message, which varies based on the type of message.