7

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.

bereal
  • 32,519
  • 6
  • 58
  • 104

1 Answers1

4

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.

Darrel Miller
  • 139,164
  • 32
  • 194
  • 243
  • The API looks great, just like in the big books. Too bad, it's not free, will see if they allow me to play with it in the trial period. – bereal Mar 04 '12 at 18:27