TmdbShowEpisodesApi

class TmdbShowEpisodesApi(client: HttpClient)

Constructors

Link copied to clipboard
constructor(client: HttpClient)

Functions

Link copied to clipboard
suspend fun getDetails(showId: Int, seasonNumber: Int, episodeNumber: Int, language: String? = null, appendResponses: Iterable<AppendResponse>? = null, includeImageLanguages: String? = null): TmdbEpisodeDetail
Link copied to clipboard
suspend fun getExternalIds(showId: Int, seasonNumber: Int, episodeNumber: Int): TmdbExternalIds