TmdbShowSeasonsApi

class TmdbShowSeasonsApi(client: HttpClient)

Constructors

Link copied to clipboard
constructor(client: HttpClient)

Functions

Link copied to clipboard
suspend fun getDetails(showId: Int, seasonNumber: Int, language: String? = null, appendResponses: Iterable<AppendResponse>? = null, includeImageLanguages: String? = null): TmdbSeasonDetail
Link copied to clipboard
suspend fun getExternalIds(showId: Int, seasonNumber: Int): TmdbExternalIds
Link copied to clipboard
suspend fun getTranslations(showId: Int, seasonNumber: Int): TmdbTranslations
Link copied to clipboard
suspend fun getVideos(showId: Int, seasonNumber: Int, language: String? = null): TmdbResult<TmdbVideo>