- add get device in DeviceController - add get device in DeviceService - update logging - update and cleanup in README.md
11 lines
234 B
HTTP
11 lines
234 B
HTTP
### register device for a type
|
|
POST {{hostname}}/device
|
|
Content-Type: application/json
|
|
|
|
{
|
|
"type": "00000000-0000-0000-0000-000000000000"
|
|
}
|
|
|
|
### register device for a type
|
|
GET {{hostname}}/device-00000000-0000-0000-0000-000000000000
|