Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

The API is already implemented by the JavaScript library, you can see some methods in:

https://github.com/OpenDevice/OpenDevice/blob/master/opendevice-clients/opendevice-js/src/js/OpenDeviceJS.js#L186


Authentication

Get 1. Get AuthToken using APIKEY encoded in Base64

...

Response: {"token":"XXXXXXXXXXXX"}

2. Now you can call REST endpoint using Token

...