| perform_get | R Documentation |
Perform GET Request
perform_get(base_req, endpoint, query = NULL)
base_req |
Base request object. |
endpoint |
API endpoint path. |
query |
Named list of query parameters. |
Parsed JSON response. For paginated endpoints, returns a list with
data (the results) and meta (pagination info). For single-item endpoints,
returns the unwrapped data directly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.