You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Alexander Kuleshov <ak...@tpip.net> on 2013/06/27 20:26:34 UTC

Отв.: Re: {case_clause,{error,[],function_clause}} in CouchDb-1.2.0

Hello,

Thank for your replies.

Now i'm trying to request with curl and it seems to works:

curl -X GET http://localhost:5984/xray/_design/task/_view/by_task_creation/?reduce=true

{"rows":[]}

How can i make the same request with couchbeam?

Thank you