x-cite-listreports

1.0.1 • Public • Published

Available Scripts

In you project directory, run this script to install the package:

npm i x-cite-listreports

To start using the package , import the module into your component

import {SensorService} from 'x-cite-listreports'

instantiate your class into a front end component with this two params: ApiEndPoint and token

this.sensorService = new SensorService([apiEndpoint],[token]);

then you will be able to call the method from the service

this.sensorService.getListReportsService( [id_of_the_room], async (status) => {
    console.log(status)
}, async (data) => {
    console.log(data)
})

Package Sidebar

Install

npm i x-cite-listreports

Weekly Downloads

7

Version

1.0.1

License

none

Unpacked Size

2.63 MB

Total Files

53

Last publish

Collaborators

  • jameleddine