get_endpoint {rosetteApi} | R Documentation |
httr::GET request to specified Rosette API endpoint
Description
httr::GET request to specified Rosette API endpoint
Usage
get_endpoint(
user_key,
endpoint,
url,
custom_headers = NULL,
url_parameters = NULL
)
Arguments
user_key |
- Rosette API authentication key |
endpoint |
- Rosette API endpoint to be utilized |
url |
- url for Rosette Api |
custom_headers |
- custom headers for Rosette Api |
url_parameters |
- url query parameters |
Value
Returns the Rosette API response
[Package rosetteApi version 1.14.4 Index]