Magistrala javascript sdk is a javascript driver for Magistrala HTTP API API reference in the Swagger UI can be found here. It does both system administration (provisioning) and messaging.
Using npm:
npm install @absmach/magistrala-sdk
Once the package is installed you can import the library using 'import':
import SDK from "@absmach/magistrala-sdk";
Thank you for your interest in Magistrala-sdk and the desire to contribute!
- Take a look at our open issues. The good-first-issue label is specifically for issues that are great for getting started.
- Checkout the contribution guide to learn more about our style and conventions.
- Make your changes compatible to our workflow.