lontongcorp / feathers-couchdb

Feathers couchdb adapter service using node-cradle
MIT License
15 stars 6 forks source link

Include metadata in response similar to feathers-sequelize. #1

Closed pdxbmw closed 7 years ago

pdxbmw commented 7 years ago

Feather-sequelize includes metadata in the response object, which is helpful for pagination, and I think it'd a good addition to this adapter. With this pull request, the metadata is automatically included, but an config flag could be used to toggle the feature, if that's desired.

Note this is a breaking change. The return type is an object instead of an array and the former response is returned in the object’s data property.

pdxbmw commented 7 years ago

I need to revise the tests before I re-open the PR.