Client Show Api
Endpoints for retrieving information about one or more shows and their episodes from the Spotify catalog.
Constructors
ClientShowApi
Link copied to clipboard
Functions
getShow
Link copied to clipboard
getShowEpisodes
Link copied to clipboard
suspend fun getShowEpisodes(id: String, limit: Int? = null, offset: Int? = null): PagingObject<SimpleEpisode>
Content copied to clipboard
suspend fun getShowEpisodes(id: String, limit: Int? = null, offset: Int? = null, market: Market): PagingObject<SimpleEpisode>
Content copied to clipboard
Properties
Sources
(source)
Link copied to clipboard