ioBroker / ioBroker.simple-api

HTTP-API Interface to read and write objets and states
MIT License
41 stars 19 forks source link

Add ReSTful-API #191

Closed jhedtmann closed 4 months ago

jhedtmann commented 4 months ago

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.

Apollon77 commented 4 months ago

use iobroker.rest-api Adapter for a RESTFUL API

jhedtmann commented 4 months ago

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

Thanks for all the effort!

Apollon77 commented 4 months ago

Already done

jhedtmann commented 4 months ago

Thanks!