Description Usage Arguments Value Examples
View source: R/spotify_PodcastAPI.R
Retrieves a podcast ID from a general name search query
1 2 3 4 5 | getPodcastID(
query,
market = "US",
authentication_token = getAuthenticationToken()
)
|
query |
string: The show to search for |
market |
string: (optional, defaults to US) A string returning shows that are available in that market |
authentication_token |
Predefined argument which runs getAuthenticationToken() |
A string containing the show's ID
1 2 | getPodcastID('Philosophize This!', market='US')
getPodcastID('Philosophize This!')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.