Show Api
Endpoints for retrieving information about one or more shows and their episodes from the Spotify catalog.
Inheritors
Functions
Link copied to clipboard
suspend fun getShowEpisodes(id: String, limit: Int? = null, offset: Int? = null, market: Market): PagingObject<SimpleEpisode>
Get Spotify catalog information about an show’s episodes.