benoitc / couchbeam

Apache CouchDB client in Erlang
Other
242 stars 113 forks source link

support for couchdb lists #88

Closed kagesys closed 9 years ago

kagesys commented 11 years ago

Hello Benoit,

Here is a patch to add support for couchdb lists.

HTTP API: curl -X GET http://Database URL>/_design/Design/_list/List/View

Usage: couchbeam_view:fetch(Db, {Design, List, View}, []).

benoitc commented 10 years ago

thanks for the patch. will add it to couchbeam once the replacement of ibrowse by hackney is done.

benoitc commented 9 years ago

closing. Feature should be revisited since the result of a list can be anything