Joe Hillenbrand wrote:
> That works. Thanks
Futon does paging, but if you want the full list I'd leave out the limit parameter.
Nils.
> On Thu, Sep 2, 2010 at 5:45 PM, Sean Coates <sean@seancoates.com> wrote:
>
>>> I am learning couchdb, and I can't find a way to get a list of the
>> _design
>>> documents on a database without doing /db/_all_docs.
>>>
>>> Is there a better way to do this?
>>
>> Futon does:
>>
>> http://localhost:5984/dbname/_all_docs?limit=11&descending=true&startkey=%22_design0%22&endkey=%22_design%22
>>
>> S
|