An Auth has a private key attribute.

Methods


Method get_api_data()

Get API data

Usage

Auth$get_api_data(url, fromCSV = FALSE, ...)

Arguments

url

a character of API URL

fromCSV

a logical, defines whether data are returned in .csv format or .json format

...

further arguments and CSV parsing parameters to be passed to read_csv when fromCSV = TRUE.

Returns

a dataframe (fromCSV = TRUE) or a list containing a dataframe and its metadata (fromCSV = TRUE)


Method clone()

The objects of this class are cloneable with this method.

Usage

Auth$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.