Initial commit

This commit is contained in:
Stefan Aebischer
2019-09-14 16:02:11 +02:00
commit ed28d14171
13 changed files with 1184 additions and 0 deletions

7
index.js Normal file
View File

@@ -0,0 +1,7 @@
const RestClient = require('./lib/rest-client.js');
const WebsocketClient = require('./lib/websocket-client.js');
module.exports = {
RestClient,
WebsocketClient,
}