Get channel information with caching (for static parts)
get_channel_info_cached(
channel_id,
part = "snippet,brandingSettings",
auth = "key",
cache_ttl = 3600,
...
)Channel information
Channel ID
Parts to retrieve (only static parts will be cached)
Authentication method
Cache time-to-live (default: 1 hour for channel info)
Additional arguments