.gen_api_core {restatis} | R Documentation |
Basic API request function
Description
(Uncached) Low-level function to interact with the one of the APIs
Usage
.gen_api_core(endpoint, database, ...)
Arguments
endpoint |
Character string. The endpoint of the API that is to be queried. |
database |
The database the query should be sent to. |
... |
Further parameters passed on to the final API call. |
[Package restatis version 0.3.0 Index]