| build_httr2_request | R Documentation |
Internal helper to construct httr2 requests with consistent authentication and headers. Consolidates duplicated code across HTTP functions.
build_httr2_request(path, query)
path |
API endpoint path (e.g., "videos", "channels") |
query |
Named list of query parameters |
An httr2 request object ready for method-specific modifications
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.