api_get {eiopaR} | R Documentation |
This function is a helper to make get requests to the API.
api_get(path)
path |
the path to an endpoint of the API |
A list of class "eiopaR_api". It has at least the following components:
the JSON content parsed to a list.
the path to the requested endpoint.
the raw response.