|
|
|
|
|
by SilasX
4953 days ago
|
|
So, once again, it turns out that REST reduces to RPC plus some advisable practices as soon as you point out how the original REST schema is woefully impractical. Not-REST: You can algorithmically generate requests for the information you want based on documentation. REST: You can algorithmically generate requests for the information you want based on documentation that's provided in the session. (Oh, and forget all that crap we said about URIs having to be presented to the API consumer as part of session's hyperlink navigation.) So, now I can turn RPC into REST just by slapping a link to the documentation on every response (and maybe moving verbs to the appropriate HTTP request type, even though that has nothing to do with CRUD[1])? Gee, why didn't you say so? [1] http://news.ycombinator.com/item?id=4811969 |
|
You're not listening, and you're not arguing in good faith.