Dear wiki user,

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

The page "UriTemplates" has been deleted by JoanTouzet:

https://wiki.apache.org/couchdb/UriTemplates?action=diff&rev1=11&rev2=12

- #redirect URI_templates
- A handy list of all the key CouchDB 
[[http://bitworking.org/projects/URI-Templates/|URIs templates]].
  
- To see a listing of databases:
- 
-   http://localhost:5984/_all_dbs
- 
- To see some basic information about a database:
- 
-   http://localhost:5984/dbname/
- 
- To see all a listing of the data documents in a database:
- 
-   http://localhost:5984/dbname/_all_docs
- 
- To see a document:
- 
-   http://localhost:5984/dbname/docid
- 
- To download a file attachment:
- 
-   http://localhost:5984/dbname/docid/filename
- 
- To see a design document:
- 
-   http://localhost:5984/dbname/_design/designdocid
- 

Reply via email to