apache / nano

Nano is now part of Apache CouchDB. Repo moved to https://GitHub.com/apache/couchdb-nano

Home Page:https://github.com/apache/couchdb-nano

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

db.fetch array of id error

ngohuunam opened this issue · comments

Don't sure this is bug or because mine, just report
call db.fetch([id1, id2, ...], { include_docs: true }) response error body is not json object, will work when call db.fetch({ keys: [id1, id2, ...]}, { include_docs: true })