7 ms·
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".
by beza1e1 14y 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".
- div 14y agoThat, 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.