marcoscaceres / api-design-cookbook

A cookbook for Web API design

Home Page:http://www.w3.org/community/scriptlib/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a cookbook produced jointly at W3C by:

Its goal is to document common practices in the production of Web APIs for usage in JavaScript. We are shying away from calling these "Best Practices" for two reasons:

  • Sometimes there are several options and picking one is a matter of tradeoffs rather than obvious superiority.
  • It is possible that some options may not be the best in an ideal "start from scratch" world, but are nevertheless the ones recommended here for consistency with the rest of the platform.

We are also refraining from calling these "patterns". Our goals are more concrete than that.

Broad feedback from everyone is very much desired. If you are interested, please join the Script Library Group (it is not just open but also friendly to all). Details can be found at http://www.w3.org/community/scriptlib/.

About

A cookbook for Web API design

http://www.w3.org/community/scriptlib/