Learn R Programming

tuber (version 1.4.1)

tuber_GET_cached: Cached version of tuber_GET with automatic caching

Description

Cached version of tuber_GET with automatic caching

Usage

tuber_GET_cached(
  path,
  query,
  auth = "token",
  cache_ttl = NULL,
  force_refresh = FALSE,
  ...
)

Value

API response (from cache or fresh call)

Arguments

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