|
|
|
|
|
by dragonwriter
3882 days ago
|
|
> Really? I thought REST says you shouldn't assume URLs follow any pattern. It does, but that's an unrelated issue to the one addressed in GP, which addresses the condition where the information exists on the server side when the response is sent to know what subresources are part of the composite that is desired. > I'm not sure there are any popular, really REST APIs out there. The Web itself is a popular API, which provided both the motivation for defining REST and which was, itself, shaped by REST in that REST was developed in parallel with and influenced the design of HTTP/1.1. |
|
Seriously, what's a popular API used by developers that's actually truly REST? All I usually see is various levels of awkwardness as an RPC message is sorta split up into various bits spread throughout the HTTP request.