Reputation: 34282
Is there any real-life web service which is really 100% RESTful in terms of Fielding's thesis (Content negotiation, Hypermedia etc). I want to get a better grasp of REST and need something I could use from an automated client like Restfulie. Everything claimed to be RESTful I've come across so far seems to be either RPC or HTTP CRUD in fact.
Upvotes: 7
Views: 766
Reputation: 142094
Huddle. It's not a free service but the docs explain how it works and it is one of the best publicly visible examples around.
Upvotes: 4