Open rhiaro opened 4 years ago
As a side note, while we can define the HTTP GET, the other 3 operations we can't really define (since how to update a resource on a web server will vary so drastically from server to server).
+1 to defining GET, -1 to the rest of the operations.
Currently this is all unspecified. We should define this method's CRUD operations in the form of HTTP GET, POST, UPDATE and DELETE (or a subset thereof).