boxr has a few very simple S3 classes for the data returned by the API.
While httr
returns objects in it's own system of classes,
generally boxr extracts information, and converts the JSON response to an R
list with httr::content
(perhaps with some information judged
to be extraneous removed). If you'd rather get to the list itself, you can
do this with unclass(x)
.
The following classes are used: