chickadee » couchdb » get-view

get-view connection view-string #!optional (query '())procedure

Returns the results of the requested view. View can be either a string depicting an explicit path or a list of strings which in the latter case is treated as (list design-document view-name). The query parameter is an alist containing (parameter-name . value) pairs.

<Procedure>(send-temp-view-request connection view method #!key query)</procedure>