cdbGetShow: Receive show results from CouchDB

Description Usage Arguments Details Value Author(s)

Description

The function provides accesses to CouchDB shows.

Usage

1

Arguments

cdb

Beside the connection details (cdb$port, cdb$DBName ...) the cdb$design and cdb$show is needed.

Details

Query params e.g. "format=json" can be provided in cdb$queryParam. Multible params must be given in one string e.g. "a=b&c=d&e=f".

Value

cdb

The result of the request is stored in cdb$res after converting the json answer into a list using cdb$fromJSON(). If a needed cdb entry was not provided cdb$error provides information.

Author(s)

wactbprot


R4CouchDB documentation built on May 2, 2019, 6:05 a.m.