ioBroker/ioBroker.simple-api

Add ReSTful-API

Closed this issue · 4 comments

Somewhere in the documentation it is claimed that simple-api follows a ReSTful-pattern. This is not so. In fact, the pattern provided has no resemblance to a ReST- or ReSTful API other than using the same transport mechanism (HTTP). May I therefore suggest that in a future release an API is provided that follows the above mentioned patterns more strictly.

use iobroker.rest-api Adapter for a RESTFUL API

Thanks for pointing that out, but then please remove the "ReSTful" from the description of this project.

Thanks for all the effort!

Already done

Thanks!