Actions
REST APIs » History » Revision 1
Revision 1/16
| Next »
Hammel, 12 Feb 2018 22:33
REST APIs¶
Server Node¶
Resource Name | HTTP Verbs | HTTP Methods | Description |
---|---|---|---|
Pair | CREATE Pair | POST /pair/<uuid> | Pair an IoT node with the server |
Device | CREATE Device | POST /device/<uuid> | Register a node |
Device | UPDATE Device | PUT /device/<uuid> | Change device state with JSON |
Device | GET Device | GET /device/<uuid> | Get Device state, returned with JSON |
IoT Node¶
Resource Name | HTTP Verbs | HTTP Methods | Description |
---|---|---|---|
Pair | CREATE Pair | POST /pair/<uuid> | Pair an IoT node with the server |
Device | UPDATE Device | PUT /device/<uuid> | Change device state with JSON |
Device | GET Device | GET /device/<uuid> | Get Device state, returned with JSON |
Updated by Hammel almost 7 years ago · 1 revisions