|
|
|
|
|
by felixfbecker
2783 days ago
|
|
The fact that OData calls itself not only RESTful, but literally "the best way to REST", while using requests like this: GET serviceRoot/People('russellwhyte')/Microsoft.OData.SampleService.Models.TripPin.GetFavoriteAirline()
is an absolute insult to REST and the target developer audience.https://www.odata.org/getting-started/basic-tutorial/#bounde... |
|
For the most part, OData does a good job at letting folks opt into complexity, allowing integrators to make full use of APIs without needing to know anything about $metadata, inheritance mechanics, functions, etc.