Truly RESTful service live example

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.


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.

链接地址: http://www.djcxy.com/p/57988.html

上一篇: 从AppDelegate演示特定的视图控制器

下一篇: 真正的RESTful服务现场示例