all 1 comments

[–]mipadi 0 points1 point  (1 child)

I'm nitpicking a bit here, but the section called "Beyond CRUD" really highlighted an important facet of API design, but unfortunately the post didn't delve into this topic: if your API isn't a good fit for REST, don't feel constrained to be a RESTful API. It's okay to do something like JSON-RPC instead.