You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/03/19 16:52:11 UTC

[GitHub] nono commented on a change in pull request #263: Add the POST _bulk_get endpoint

nono commented on a change in pull request #263: Add the POST _bulk_get endpoint
URL: https://github.com/apache/couchdb-documentation/pull/263#discussion_r175507077
 
 

 ##########
 File path: src/api/database/bulk-api.rst
 ##########
 @@ -456,6 +456,139 @@ Sending multiple queries to a database
     The multiple queries are also supported in /db/_local_docs/queries and
     /db/_design_docs/queries (similar to /db/_all_docs/queries).
 
+.. _api/db/bulk_get:
+
+==================
+``/db/_bulk_get``
+==================
+
+.. http:post:: /{db}/_bulk_get
+    :synopsis: Fetches several documents at the given revision
+
+    This method is used by PouchDB and other client to improve the pull
+    replications, by allowing the client to request multiple documents in one
+    request.
 
 Review comment:
   I'm not sure: is it about this sentence or about the text just below?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services