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 2010/08/28 14:25:59 UTC

[Couchdb Wiki] Update of "Complete_HTTP_API_Reference" by NuuttiKotivuori

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

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

New page:
= Complete HTTP API Reference =

||GET||/||Get MOTD and version||
||GET||/favicon.ico||Special path for providing a site icon||
||GET||/_all_dbs||||
||GET||/_active_tasks||||
||GET||/_config||||
||GET||/_replicate||||
||GET||/_uuids||||
||GET||/_restart||||
||GET||/_stats||||
||GET||/_log||||
||GET||/_sleep||||
||GET||/_session||||
||GET||/_oauth||||

||GET||/'''db'''||||
||PUT||/'''db'''||||
||DELETE||/'''db'''||||
||GET||/'''db'''/_view_cleanup||||
||GET||/'''db'''/_compact||||
||GET||/'''db'''/_temp_view||||
||GET||/'''db'''/_changes||||
||GET||/'''db'''/_design/'''design-doc'''||||