Can you suggest some good example of some real-world and really well-done REST web api?
|
4
|
|
|
|
|
|
I suggest that one should read, at least, the following blog posts by Roy T. Fielding before concluding about REST APIs |
||
|
|
|
|
Amazon's REST API and Google's Search REST API are both good examples. eBay and PayPal also offer RESTful APIs, but I can't say that I've used them. |
|||
|
|
|
|
I've been impressed with Netflix: http://developer.netflix.com/ |
||
|
|
|
|
Sun Cloud API. One of the few hypertext-driven (and therefore RESTful) APIs I know of. |
||
|
|
|
|
After Maglob's pointer to the AtomPub and some further research, I find Google Data APIs to be quite an inspiring source of information about how to structure RESTful web APIs in a proper way (with exploiting all the benefits of the technologies that underlie it). |
||
|
|
|
|
Twitter offers RESTful APIs. As per Twitter documentation the Twitter API conforms vaguely to the design principles of Representational State Transfer (REST). |
||||
|
