| tuber_GET_cached | R Documentation |
Cached version of tuber_GET with automatic caching
tuber_GET_cached(
path,
query,
auth = "token",
cache_ttl = NULL,
force_refresh = FALSE,
...
)
path |
API endpoint path |
query |
Query parameters |
auth |
Authentication method |
cache_ttl |
Override default TTL for this call |
force_refresh |
Skip cache and force fresh API call |
... |
Additional arguments passed to tuber_GET |
API response (from cache or fresh call)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.