Dear Wiki user,

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

The "Complete_HTTP_API_Reference" page has been changed by NuuttiKotivuori.
http://wiki.apache.org/couchdb/Complete_HTTP_API_Reference?action=diff&rev1=10&rev2=11

--------------------------------------------------

  ||PUT||/'''db'''/'''doc'''/'''attachment'''||Inserts an attachment to the 
document||
  ||DELETE||/'''db'''/'''doc'''/'''attachment'''||Deletes an attachment from 
the document||
  
+ ||GET||/'''db'''/_local/'''local-doc'''||Returns the latest revision of the 
non-replicated document||
+ ||PUT||/'''db'''/_local/'''local-doc'''||Inserts a new version of the 
non-replicated document||
+ ||DELETE||/'''db'''/_local/'''local-doc'''||Deletes the non-replicated 
document||
+ ||COPY||/'''db'''/_local/'''local-doc'''||Copies the non-replicated document||
+ 
  ||GET||/'''db'''/_design/'''design-doc'''||Returns the latest revision of the 
design document||
  ||PUT||/'''db'''/_design/'''design-doc'''||Inserts a new version of the 
design document||
  ||DELETE||/'''db'''/_design/'''design-doc'''||Deletes the design document||
@@ -67, +72 @@

  ||PUT||/'''db'''/_design/'''design-doc'''/'''attachment'''||Inserts an 
attachment to the design document||
  ||DELETE||/'''db'''/_design/'''design-doc'''/'''attachment'''||Deletes an 
attachment from the design document||
  
- ||GET||/'''db'''/_local/'''local-doc'''||Returns the latest revision of the 
non-replicated document||
- ||PUT||/'''db'''/_local/'''local-doc'''||Inserts a new version of the 
non-replicated document||
- ||DELETE||/'''db'''/_local/'''local-doc'''||Deletes the non-replicated 
document||
- ||COPY||/'''db'''/_local/'''local-doc'''||Copies the non-replicated document||
+ ||GET||/'''db'''/_design/'''design-doc'''/_info||Returns information about 
the design document||
+ ||GET||/'''db'''/_design/'''design-doc'''/_view/'''view-name'''||Returns 
results of the view||
+ ||POST||/'''db'''/_design/'''design-doc'''/_view/'''view-name'''||Returns 
certain rows from the view||
+ ||?||/'''db'''/_design/'''design-doc'''/_show/'''show-name'''||docid=nil||
+ ||?||/'''db'''/_design/'''design-doc'''/_show/'''show-name'''/'''doc'''||||
+ 
||GET||/'''db'''/_design/'''design-doc'''/_list/'''list-name'''/'''view-name'''||||
+ 
||POST||/'''db'''/_design/'''design-doc'''/_list/'''list-name'''/'''view-name'''||||
+ 
||GET||/'''db'''/_design/'''design-doc'''/_list/'''list-name'''/'''other-design-doc'''/'''view-name'''||||
+ 
||POST||/'''db'''/_design/'''design-doc'''/_list/'''list-name'''/'''other-design-doc'''/'''view-name'''||||
+ ||?||/'''db'''/_design/'''design-doc'''/_update||||
+ ||?||/'''db'''/_design/'''design-doc'''/_update/'''doc'''||||
+ ||GET||/'''db'''/_design/'''design-doc'''/_rewrite||Returns information about 
the design document||
  

Reply via email to