| .cbbd_get | R Documentation |
Attaches the Authorization: Bearer <CBBD_API_KEY> header, routes through
hoopR's shared .retry_request() (which handles retries, timeouts and
proxy resolution), and parses the JSON body. NULL query values are dropped
automatically by httr2::req_url_query(), so optional parameters can be
threaded through unconditionally.
.cbbd_get(path, query = list())
path |
Endpoint path beginning with |
query |
Named list of query parameters. |
The parsed JSON body (a data.frame for list endpoints).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.