|
|
|
|
|
by scanr
4954 days ago
|
|
Here's where I've found REST very useful: It makes for predictable APIs for consumers and it means API producers have a checklist of things to implement to consider their interface 'complete'. It also provides a consistent way to think about how to expose an interface (or in fact, how to expose entities). |
|