getPodcastID: Get Show ID

Description Usage Arguments Value Examples

View source: R/spotify_PodcastAPI.R

Description

Retrieves a podcast ID from a general name search query

Usage

1
2
3
4
5
getPodcastID(
  query,
  market = "US",
  authentication_token = getAuthenticationToken()
)

Arguments

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()

Value

A string containing the show's ID

Examples

1
2
getPodcastID('Philosophize This!', market='US')
getPodcastID('Philosophize This!')

lukavuko/wrappify documentation built on Dec. 28, 2021, 4:07 p.m.