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 2008/06/29 02:43:12 UTC

[Couchdb Wiki] Update of "ModèlesURI" by BenoitC

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 BenoitC:
http://wiki.apache.org/couchdb/Mod%c3%a8lesURI

New page:
#language fr

Une liste concise des [http://bitworking.org/projects/URI-Templates/ modèles d'URI] clés de CouchDB.

Pour voir la liste des bases de données :

  http://localhost:5984/_all_dbs

Pour obtenir des informations de bases sur une base de données :

  http://localhost:5984/nombd/

Pour obtenir une liste de tous les documents d'une base de données:

  http://localhost:5984/nombd/_all_docs

Pour obtenir un document :

  http://localhost:5984/nombd/docid

Pour télécharger un fichier attaché :

  http://localhost:5984/nombd/docid/_bin/filename

Pour voir tous les documents design d'une base de données :

  http://localhost:5984/nombd/_design

Pour obtenir un document design :

  http://localhost:5984/nombd/_design/designdocid

Pour obtenir une vue :

  http://server/nombd/_design/designdocid/viewname