Tagged Questions

5
votes
5answers
223 views

Is That REST API Really RPC? Roy Fielding Seems to Think So.

A large amount of what I thought I knew about REST is apparently wrong - and I'm not alone. This question has a long lead-in, but it seems to be necessary because the information is a bit scattered. …
5
votes
3answers
334 views

Actual examples for HATEOS (REST-architecture)

Hi, as everyone may have noticed, there are lot of fake/rudimentary REST-APIs in the wild (which implement a HTTP-API and call it REST without following the …
2
votes
3answers
103 views

Does anyone know of an example of a RESTful client that follows the HATEOAS principle?

So by now I'm getting the point that we should all be implenting our RESTful services providing representations that enable clients to follow the HATEOAS principle. And whilst it all makes good sense …
2
votes
3answers
79 views

RESTful web services: trying to achieve HATEOAS with custom XML

Hi there, I am working on an enterprise system that will utilise a RESTful web service between mobile clients and a central server. As RESTful as possible, let's say. My question relates to HATEOAS …
2
votes
3answers
93 views

REST and URI Caching

As I understand it, using a hypertext-driven RESTful Web service, a client is not supposed to know anything about server URI layout except for a couple of well-known entry points. This is supposed to …
2
votes
1answer
102 views

REST Client Implementation Embracing HATEOAS Constraint?

Does anybody know of an implementation of a REST client that embraces the constraint of Hypermedia as the Engine of Application State (HATEOAS)? The Sun Cloud API seems to be a good candidate, …