The public port of sync-gateway returns meta-data of documents in the bucket.
Using the id
field from meta data it would take a one GET
request per document to fetch all documents by using the URL http://host:port/bucket-gateway/{document-id}
I wanted to know if there is any efficient way to do this