Scott, while you here, can i get your opinion on OData and the future? You probably have some insights i'm not aware of.
(noticed some changes on their website recently)
I wanted to use it to implement my API, but i got kinda "scared" knowing that Netflix changed from OData to something else. Any examples of popular API's using OData for example?
OData, to me, makes sense for data that has a dynamic schematic and/or a client that wants to explore or wander the data in the way an intranet or analyst does. Like Excel folks might. Not the way a phone app or desktop app might. Great for a certain kind of app.
For narrower apps, I'd make a web api but consider using just the OData query string formats (filter, sort) for flexibility.
(noticed some changes on their website recently)
I wanted to use it to implement my API, but i got kinda "scared" knowing that Netflix changed from OData to something else. Any examples of popular API's using OData for example?