Skip to contents

Builds the "GET" request based on the resource being requested. Once built, the call is initiated.

Usage

cumtd(endpoint, ..., key = NULL, version = "v2.2", format = c("json", "xml"))

Arguments

endpoint

Resource path

...

Additional parameters

key

Authorization

version

API version to use

format

Response type

Value

An httr response object.

Examples

if (FALSE) { # \dontrun{
# Requires a key to retrieve data
cumtd("getapiusage")
} # }