Looks like from the code your POST body should contain a 'queries' list or a 'keys' key-value pair. Here's an example of the latter that should now work under CouchDB 2.0 (see the answer, not the question):
http://stackoverflow.com/questions/27327140/how-to-combine-multiple-couchdb-queries-into-a-single-request ----- Original Message ----- > From: "Joey Samonte" <[email protected]> > To: [email protected] > Sent: Wednesday, August 24, 2016 5:07:07 AM > Subject: Testing a CouchDB 2.0 feature > > > > Good day, > > It says here that this issue is already resolved. > https://issues.apache.org/jira/browse/COUCHDB-523 > I was really looking forward for this feature, so I was wondering is > there any documentation for this, on how to use the API? > > Regards, > Joey > > >
