You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`getBox()`](https://julianwowra.github.io/opensensemap-client/functions/getBox.html)| Get one senseBox |[API Doc](https://docs.opensensemap.org/#api-Boxes-getBox)|
60
+
|[`getBoxes()`](https://julianwowra.github.io/opensensemap-client/functions/getBoxes.html)| Get all senseBoxes |[API Doc](https://docs.opensensemap.org/#api-Boxes-getBoxes)|
61
+
|[`postNewBox()`](https://julianwowra.github.io/opensensemap-client/functions/postNewBox.html)| Post new senseBox |[API Doc](https://docs.opensensemap.org/#api-Boxes-postNewBox)|
62
+
|[`updateBox()`](https://julianwowra.github.io/opensensemap-client/functions/updateBox.html)| Update a senseBox |[API Doc](https://docs.opensensemap.org/#api-Boxes-updateBox)|
63
+
|[`deleteBox()`](https://julianwowra.github.io/opensensemap-client/functions/deleteBox.html)| Mark a senseBox for deletion |[API Doc](https://docs.opensensemap.org/#api-Boxes-deleteBox)|
64
+
|[`getAllTags()`](https://julianwowra.github.io/opensensemap-client/functions/getAllTags.html)| Get all senseBox tags |[API Doc](https://docs.opensensemap.org/#api-Boxes-getAllTags)|
65
+
|[`claimBox()`](https://julianwowra.github.io/opensensemap-client/functions/claimBox.html)| Claim a senseBox marked for transfer |[API Doc](https://docs.opensensemap.org/#api-Boxes-claimBox)|
66
+
|[`getSketch()`](https://julianwowra.github.io/opensensemap-client/functions/getSketch.html)| Download the Arduino script |[API Doc](https://docs.opensensemap.org/#api-Boxes-getSketch)|
67
+
|[`getBoxLocations()`](https://julianwowra.github.io/opensensemap-client/functions/getBoxLocations.html)| Get locations of a senseBox |[API Doc](https://docs.opensensemap.org/#api-Boxes-getBoxLocations)|
68
+
|[`getTransfer()`](https://julianwowra.github.io/opensensemap-client/functions/getTransfer.html)| Get transfer information |[API Doc](https://docs.opensensemap.org/#api-Boxes-getTransfer)|
69
+
|[`createTransfer()`](https://julianwowra.github.io/opensensemap-client/functions/createTransfer.html)| Mark a senseBox for transfer |[API Doc](https://docs.opensensemap.org/#api-Boxes-createTransfer)|
70
+
|[`removeTransfer()`](https://julianwowra.github.io/opensensemap-client/functions/removeTransfer.html)| Revoke transfer token |[API Doc](https://docs.opensensemap.org/#api-Boxes-removeTransfer)|
71
+
|[`updateTransfer()`](https://julianwowra.github.io/opensensemap-client/functions/updateTransfer.html)| Update a transfer token |[API Doc](https://docs.opensensemap.org/#api-Boxes-updateTransfer)|
72
+
73
+
### Measurements
74
+
75
+
| Function | Description | OpenSenseMap API Documentation |
|[`postNewMeasurement()`](https://julianwowra.github.io/opensensemap-client/functions/postNewMeasurement.html)| Post new measurement |[API Doc](https://docs.opensensemap.org/#api-Measurements-postNewMeasurement)|
78
+
|[`getData()`](https://julianwowra.github.io/opensensemap-client/functions/getData.html)| Get latest measurements for a sensor |[API Doc](https://docs.opensensemap.org/#api-Measurements-getData)|
79
+
|[`deleteMeasurements()`](https://julianwowra.github.io/opensensemap-client/functions/deleteMeasurements.html)| Delete measurements of a sensor |[API Doc](https://docs.opensensemap.org/#api-Measurements-deleteMeasurements)|
80
+
|[`getDataByGroupTag()`](https://julianwowra.github.io/opensensemap-client/functions/getDataByGroupTag.html)| Get measurements for a grouptag |[API Doc](https://docs.opensensemap.org/#api-Measurements-getDataByGroupTag)|
81
+
|[`getDataMulti()`](https://julianwowra.github.io/opensensemap-client/functions/getDataMulti.html)| Get measurements for a phenomenon |[API Doc](https://docs.opensensemap.org/#api-Measurements-getDataMulti)|
82
+
|[`getLatestMeasurements()`](https://julianwowra.github.io/opensensemap-client/functions/getLatestMeasurements.html)| Get latest measurements of a senseBox |[API Doc](https://docs.opensensemap.org/#api-Measurements-getLatestMeasurements)|
83
+
|[`getLatestMeasurementOfSensor()`](https://julianwowra.github.io/opensensemap-client/functions/getLatestMeasurementOfSensor.html)| Get latest measurements of a sensor |[API Doc](https://docs.opensensemap.org/#api-Measurements-getLatestMeasurementOfSensor)|
84
+
|[`postNewMeasurements()`](https://julianwowra.github.io/opensensemap-client/functions/postNewMeasurements.html)| Post multiple new measurements |[API Doc](https://docs.opensensemap.org/#api-Measurements-postNewMeasurements)|
85
+
86
+
### Users
87
+
88
+
| Function | Description | OpenSenseMap API Documentation |
|[`register()`](https://julianwowra.github.io/opensensemap-client/functions/register.html)| Register new user |[API Doc](https://docs.opensensemap.org/#api-Users-register)|
91
+
|[`deleteUser()`](https://julianwowra.github.io/opensensemap-client/functions/deleteUser.html)| Delete user and all boxes |[API Doc](https://docs.opensensemap.org/#api-Users-deleteUser)|
92
+
|[`getUser()`](https://julianwowra.github.io/opensensemap-client/functions/getUser.html)| Get user details |[API Doc](https://docs.opensensemap.org/#api-Users-getUser)|
|[`signIn()`](https://julianwowra.github.io/opensensemap-client/functions/signIn.html)| Sign in |[API Doc](https://docs.opensensemap.org/#api-Users-sign_in)|
95
+
|[`signOut()`](https://julianwowra.github.io/opensensemap-client/functions/signOut.html)| Sign out |[API Doc](https://docs.opensensemap.org/#api-Users-sign_out)|
96
+
|[`updateUser()`](https://julianwowra.github.io/opensensemap-client/functions/updateUser.html)| Update user details |[API Doc](https://docs.opensensemap.org/#api-Users-updateUser)|
|[`getUserBox()`](https://julianwowra.github.io/opensensemap-client/functions/getUserBox.html)| Get specific box of user |[API Doc](https://docs.opensensemap.org/#api-Users-getUserBox)|
99
+
|[`getUserBoxes()`](https://julianwowra.github.io/opensensemap-client/functions/getUserBoxes.html)| List all boxes of user |[API Doc](https://docs.opensensemap.org/#api-Users-getUserBoxes)|
0 commit comments