You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2009/03/19 15:21:43 UTC

[Couchdb Wiki] Update of "API Cheatsheet" by DirkjanOchtman

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The following page has been changed by DirkjanOchtman:
http://wiki.apache.org/couchdb/API_Cheatsheet

The comment on the change is:
Add note about _config API.

------------------------------------------------------------------------------
  == all_dbs ==
  
  GET /_all_dbs
+ 
+ == config ==
+ 
+ GET /_config
  
  == replicate ==