How can I get a list of all design documents in CouchDB? Using a http query, not futon.
+1
A:
This is the exact query Futon does internally:
GET /dbname/_all_docs?startkey="_design/"&endkey="_design0"&include_docs=true
mikeal
2010-05-12 01:35:52
great, thanks a lot! karlthorwald - aka
2010-05-12 17:40:26