t2trg / t2trg-rest-iot

RESTful Design for Internet of Things Systems
Other
3 stars 4 forks source link

Further guidance on choosing the right method #26

Closed akeranen closed 2 years ago

akeranen commented 7 years ago

Why it's a bad idea to use POST for everything

mkovatsc commented 6 years ago

Quickly explain, why using a safe method can be good, why idempotent is good in distributed systems, ...

akeranen commented 6 years ago

Benefits of idempotent methods for constrained IoT devices: don't have to keep track of requests.

mkovatsc commented 2 years ago

Closing duplicate, continue in #48