View source: R/get_api_response.R
Send API request
1 | get_api_response(base_url, path_append, query_params = NULL, dry_run = FALSE)
|
base_url |
API endpoint |
path_append |
Any additional paths for API call |
query_params |
Any additional query parameters for API call |
dry_run |
If TRUE, call httr2::req_dry_run, which shows the API call without actually sending it. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.