@kaaiot/services
v1.6.8
Published
Type definitions for KaaIoT platform REST API service communication
Downloads
88
Readme
Kaa IoT Platform API TypeScript types
TypeScript types for KaaIoT Platform API Clients aimed at giving the possibility to build custom TypeScript-compatible external widget plugins for KaaIoT platform UI.
In order to embed and try using custom external plugin for Kaa, register on KaaIoT Cloud.
Read more about the KaaIoT plugin widgets here.
Installation and usage
In the root directory of the widget plugin project run:
npm install --save-prod @kaaiot/services
After the successful installation it will be possible to use Kaa API Clients in TypeScript projects.
Available starter kits
In order to make the first acquaintance with KaaIoT custom widgets and their development process easier, we have prepared basic project configurations with Webpack and Rollup bundlers: