Re: Designing a good REST API, HATEOAS, etc

2012-04-02 Thread Pascal Robert
For the fun of it, looks like the Google Docs API is also using ATOM. > Hi James, > > I'm still planning at looking at this, but sadly I didn't have the time. > Also, every time I ask where are the HATEOAS clients, the only reply I get is > that people only use it for "inside apps". The only ti

Re: Designing a good REST API, HATEOAS, etc

2012-04-02 Thread Pascal Robert
Hi James, I'm still planning at looking at this, but sadly I didn't have the time. Also, every time I ask where are the HATEOAS clients, the only reply I get is that people only use it for "inside apps". The only time I saw something similar to HATEOAS that is actually used and public is the CM

Designing a good REST API, HATEOAS, etc

2012-04-02 Thread Brook, James
I am curious to know whether anyone has used ERRest to build a REST API that fulfills the HATEOAS part [1](hypermedia as the engine of application state) of the REST architectural style. Any real world examples that are publicly available? I am guessing that most API implementations largely miss