cdbGetUuid: Function for request one id

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Function returns a 128bit uuid requested from CouchDB

Usage

1

Arguments

cdb

Only the connection settings cdb$port and cdb$serverName is needed.

Details

Simple CouchDB API end point to http://serverName:port/_uuids.

Value

cdb

The result of the request is stored in cdb$id after converting the answer into a list using fromJSON().

Author(s)

wactbprot

See Also

cdbMakeDB

Examples

1
2
3
4
## Not run: 
cdbGetUuid(cdbIni())$res

## End(Not run)

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