TmdbShowApi

Functions

Link copied to clipboard
suspend fun getAggregateCredits(showId: Int, language: String? = null): TmdbAggregateCredits
Link copied to clipboard
suspend fun getDetails(showId: Int, language: String? = null, appendResponses: Iterable<AppendResponse>? = null): TmdbShowDetail
Link copied to clipboard
suspend fun getImages(showId: Int, language: String? = null, includeImageLanguage: String? = null): TmdbImages

Get the primary TV show details by id.

Link copied to clipboard
suspend fun getRecommendations(showId: Int, page: Int, language: String? = null): TmdbShowPageResult
Link copied to clipboard
suspend fun getTranslations(showId: Int): TmdbTranslations
Link copied to clipboard
Link copied to clipboard
suspend fun popular(page: Int, language: String? = null): TmdbShowPageResult