Retrieve all episodes for relay.fm shows
relay_get_episodes(relay_shows, cache = TRUE)A tibble of shows, from relay_get_shows().
(logical(1)) Toggle the httr2 HTTP cache. Default TRUE.
A tibble.
if (FALSE) { # \dontrun{
relay_shows <- relay_get_shows()
relay <- relay_get_episodes(relay_shows)
} # }