Hacker News new | ask | show | jobs
by beza1e1 5187 days ago
I do not think your blog examples goes beyond REST. You just need to represent different resources. For example a "title list" or "article set".
1 comments

That, or a nice way of using different mimetypes to indicate which representation you want.

Also, http status codes perfectly solve the problem of needing to know wether an object was sent to the server successfully. No need to reinvent the wheel and mess with guids imo.