rest/json: Difference between revisions
Jump to navigation
Jump to search
(rest/json moved to rest/json-collections) |
(initial page) |
||
Line 1: | Line 1: | ||
= RESTful JSON = | |||
== Resources == | |||
* [http://bitworking.org/news/restful_json Original proposal] | |||
* [http://groups.google.com/group/restful-json Google Group] | |||
* [http://tools.ietf.org/html/rfc5023 AtomPub] (for comparison/inspiration) | |||
== Proposals == | |||
* [[rest/urls]] | |||
* [[rest/json-collections]] | |||
== Implementations == | |||
* [http://giantrobots.thoughtbot.com/2007/4/2/jester-javascriptian-rest Jester] | |||
* [http://www.sitepen.com/blog/2008/06/13/restful-json-dojo-data/ Dojo REST store] | |||
* [http://code.google.com/p/dom-resource/ DOM Resource] | |||
* [http://github.com/sproutit/sproutcore/wikis/sproutcore-rest-api-the-definitive-guide SproutCore] |
Revision as of 19:01, 2 September 2008
RESTful JSON
Resources
- Original proposal
- Google Group
- AtomPub (for comparison/inspiration)