Endpoints covered - ace411/fauxton-client GitHub Wiki

Endpoints covered by fauxton-client

The following list contains the CouchDB RESTful API endpoints covered by the client.

  • /db
  • /db/doc
  • /db/_all_docs
  • /db/_bulk_docs
  • /db/_find
  • /db/_security
  • /_uuids
  • /_db_updates
  • /_users
  • /db/_index

Supported HTTP verbs

  • GET
  • POST
  • PUT
  • DELETE

Further reading