You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/01/09 11:47:49 UTC

[GitHub] jjrodrig opened a new issue #229: GET /db/_design_docs is not documented

jjrodrig opened a new issue #229: GET /db/_design_docs is not documented
URL: https://github.com/apache/couchdb-documentation/issues/229
 
 
   <!--- Provide a general summary of the issue in the Title above -->
   
   The GET /db/_design_docs is implemented in CouchDB 2.x and provides a mechanism for retrieving the list of design documents created in a DB. 
   
   The endpoint is referenced in the 2.0.0  [release notes](http://docs.couchdb.org/en/2.1.1/whatsnew/2.0.html) and it is defined as similar to _all_docs endpoint
   
   I've checked couchdb code and the implementation is based on the [_all_docs handler](https://github.com/apache/couchdb/blob/a0e08857dbfc4a5d941b7ec2e90457df1c87c38e/src/couch_mrview/src/couch_mrview_http.erl#L64) 
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services