API
Access Ubidots Javascript SDK from the HTML canvas
Javascript SDK
The HTML Canvas' built-in library exposes Ubidots' Javascript SDK through ubidots.api
. This simplifies interacting with Ubidots API when developing in the HTML Canvas, hence avoiding making request by hand, or writing wrappers to generalize request making.
To access the SDK methods, follow the below syntax:
Refer to the Javascript SDK Docs to learn more about its supported entities, methods and filtering capabilities.
Usage
NO dashboard data preloaded:
Last updated