You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `knot-cloud-sdk-js` is a client side library for Node.js and browser that aims to help developers to create solutions with the [KNoT Cloud](https://www.knot.cloud/).
5
6
6
7
This library exports the following SDKs:
7
8
8
-
- <strong>[WebSocket SDK](https://github.com/CESARBR/knot-cloud-websocket) - [](https://badge.fury.io/js/%40cesarbr%2Fknot-cloud-websocket):</strong> to connect with WebSocket protocol adapter and operate on devices.
9
+
- <strong>[AMQP SDK](https://github.com/CESARBR/knot-cloud-sdk-js-amqp) - [](https://badge.fury.io/js/%40cesarbr%2Fknot-cloud-sdk-js-amqp):</strong> to perform operations on things through the AMQP protocol.
9
10
10
11
- <strong>[Authenticator SDK](https://github.com/CESARBR/knot-cloud-sdk-js-authenticator) - [](https://badge.fury.io/js/%40cesarbr%2Fknot-cloud-sdk-js-authenticator):</strong> to perform user management tasks such as authentication and password recovery.
11
12
12
13
- <strong>[Storage SDK](https://github.com/CESARBR/knot-cloud-sdk-js-storage) - [](https://badge.fury.io/js/%40cesarbr%2Fknot-cloud-sdk-js-storage):</strong> to operate on data sent by devices.
13
14
14
-
15
15
# Quickstart
16
16
17
17
## Install
@@ -20,82 +20,84 @@ This library exports the following SDKs:
0 commit comments