Generic API function to retrieve several entries
Arguments
- endpoint
character
API entry point- query
list
list of parameters passed to the API- limit
integer
number of entries return by the API (max: 1000)- verbose
logical
print API code status on error; default:TRUE
- ...
Further named parameters passed to
httr::GET()
.