Ubidots class
Ubidots JavaScript library's main class.
Last updated
Was this helpful?
Was this helpful?
Ubidots.authenticate('BBFF-ubidots-token');Ubidots.setBaseUrl('https://custom.api.ubidots.com/api');// Import the class
const { Ubidots } = require('@ubidots/ubidots-javascript-library');
// Call the 'authenticate' method without instantiating 'Ubidots' first
Ubidots.authenticate('ubidots-valid-token');Ubidots.<entity>.<getMethod>([args]);Ubidots.<entity>.<filterMethod>(args).<getMethod>([args]);