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 WoutMertens:
http://wiki.apache.org/couchdb/API_Cheatsheet

The comment on the change is:
added info about / and new SVN change

------------------------------------------------------------------------------
  POST /_replicate
  
  = CouchDB Database Level Requests =
+ 
+ '''Note''': Document names must always have embedded '''/''' translated to 
'''%2F'''. E.g. "GET /'''db'''/foo%2fbar" for the document named "foo/bar". 
Attachment names may have embedded slashes.
  
  == compact ==
  
@@ -62, +64 @@

  
  == view ==
  
- GET /'''db'''/_view/'''name'''
+ If you are using CouchDB < 0.9.0:
  
+ GET /'''db'''/_view/'''designname'''/'''viewname'''
+ 
+ Otherwise
+ 
+ GET /'''db'''/_design/'''designname'''/_view/'''viewname'''
+ 

Reply via email to