Sptfy.Show (Sptfy v0.1.2) View Source
https://developer.spotify.com/documentation/web-api/reference-beta/#category-shows
Link to this section Summary
Link to this section Functions
Specs
get_episodes(token :: String.t(), params :: map() | Keyword.t()) :: {:ok, Sptfy.Object.Paging.t()}
GET /v1/shows/:id/episodes
Parameters
id
: requiredmarket
limit
offset
Specs
get_show(token :: String.t(), params :: map() | Keyword.t()) :: {:ok, Sptfy.Object.FullShow.t()}
GET /v1/shows/:id
Parameters
id
: requiredmarket
Specs
get_shows(token :: String.t(), params :: map() | Keyword.t()) :: {:ok, [Sptfy.Object.SimplifiedShow.t()]}
GET /v1/shows
Parameters
ids
: requiredmarket