Open lowspace opened 3 years ago
The CouchDB API is the primary method of interfacing to a CouchDB instance.
Requests are made using HTTP and requests are used to:
The category method of requests to CouchDB:
Q: Why can be categoried by different methods? A: Different methods imply different operations:
GET
operationPOST
or PUT
request
There are some differences between the information that must be supplied for the different methods.
RT