artavd / device-emulator

Application for emulation of message-based devices
0 stars 0 forks source link

Documentation for implemented REST API #15

Open artavd opened 7 years ago

artavd commented 7 years ago

Now implemented the following commands:

GET /dispatch GET /dispatch/{deviceName} POST /dispatch/bind POST /dispatch/unbind

GET /devices GET /devices/{name} GET /devices/{name}/ports PUT /devices/{name}/load POST /devices/{name}/start POST /devices/{name}/stop POST /devices/{name}/unbind

GET /ports GET /ports/{name} GET /ports/{name}/devices PUT /ports/{name}/add POST /ports/{name}/connect POST /ports/{name}/disconnect POST /ports/{name}/unbind

All of these end points should be documented.