You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2009/03/09 20:47:58 UTC

[Couchdb Wiki] Update of "HTTP view API" by ChrisAnderson

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The following page has been changed by ChrisAnderson:
http://wiki.apache.org/couchdb/HTTP_view_API

The comment on the change is:
change view paths

------------------------------------------------------------------------------
  
  Once this document is saved into a database, then the ''all'' view can be retrieved at the URL:
  
-   http://localhost:5984/database/_view/company/all
+   http://localhost:5984/database/_design/company/_view/all
  
  Example:
  
  {{{
- GET /some_database/_view/company/all HTTP/1.0
+ GET /some_database/_design/company/_view/all HTTP/1.0
  Date: Thu, 17 Aug 2006 05:39:28 +0000GMT
  }}}