1
ModuleServerAPILibs
Mees van der Wijk edited this page 2023-04-05 12:21:02 +02:00

ModuleServerAPI Libs

Class representing the ModuleServerAPI Libs.

Functions

getWebSocket

Get the WebSocket lib.

api.Libs.getWebSocket();

Returns LibWebSocket LibWebSocket object

getAxios

Get the Axios lib.

api.Libs.getAxios();

Returns Axios Axios object

getRedis

Get the Redis lib.

api.Libs.getRedis();

Returns Redis Redis object

getUuid

Get the UUID lib.

api.Libs.getUuid();

Returns Redis UUID object