list_videocats_cached: Enhanced versions of static data functions with caching

View source: R/caching.R

list_videocats_cachedR Documentation

Enhanced versions of static data functions with caching

Description

These functions automatically cache responses to reduce API quota usage for data that changes infrequently. List video categories with caching

Usage

list_videocats_cached(region_code = "US", auth = "key", cache_ttl = 86400, ...)

Arguments

region_code

Region code for categories

auth

Authentication method

cache_ttl

Cache time-to-live (default: 24 hours for categories)

...

Additional arguments

Value

Video categories data


tuber documentation built on March 25, 2026, 9:08 a.m.