Y
Hacker News
new
|
ask
|
show
|
jobs
by
udfalkso
5907 days ago
3. Very few people even know that "PUT" and "DELETE" exist.
1 comments
fnid2
5907 days ago
4. Four CRUD operations are insufficient for even modestly complex applications. Many REST-like api's include the type of operation to perform in the request, but this is against the rigid structure of the REST interface.
link