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:30:16 UTC

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

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

 ##########
 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:
   This is nice info, but the context is wrong. The tone is somewhat out of place as compared to the other endpoints; can you rewrite this to discuss the endpoint without passing value judgments on other endpoints?

----------------------------------------------------------------
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