Hacker News new | past | comments | ask | show | jobs | submit login

Pure REST can be a roadblock in the pragmatic real world. I've impemented "REST" API calls in client platforms that could do GET and POST and that's it. No PUT, DELETE, etc. But since the API allowed deletes via a POST action, it was possible for me to achieve what I needed to do within those constraints.



There's nothing inherently unRESTful about just using GET and POST.


Fielding literally has a blog post on the subject: http://roy.gbiv.com/untangled/2009/it-is-okay-to-use-post




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: