|
|
|
|
|
by hirstys
2897 days ago
|
|
Hmmm, but is REST so often conflated with 'just' CRUD, because that is all people really want from REST, or is it that this perception is so pervasive that people don't know what the potential is. Chicken or Egg? I'm saying Egg, but I'm not saying which that relates to :) |
|
Thinking in terms of REST requires that you concern yourself about the full infrastructure. Many programmers i have met simply do not care. Super nice properties such as cacheable and discoverable are outside their domain. Most simply just want remote RPC.
Try convincing a programmer of the benefits of HATEOAS is though. It will be dismissed as too much hassle with no real benefit.
But if you look at it from a data architectural perspective everything just "clicks". Few projects are however approached from that angle.