TvSeasonsApi

Functions

Link copied to clipboard
fun changes(seasonId: Int, startDate: LocalDate? = null, endDate: LocalDate? = null, page: Int? = null): Flow.Publisher<TvSeasonChanges>

Get the changes for a TV season. By default only the last 24 hours are returned.

Link copied to clipboard
fun credits(tvId: Int, seasonNumber: Int, language: LocaleCode? = null): Flow.Publisher<TvSeasonCredits>

Get the credits for TV season

Link copied to clipboard
fun details(tvId: Int, seasonNumber: Int, language: LocaleCode? = null, vararg append: TvSeasonRequest): Flow.Publisher<TvSeasonDetails>

Get the TV season details by id.

Link copied to clipboard

Get the external ids for a TV season.

Link copied to clipboard
fun images(tvId: Int, seasonNumber: Int, language: LocaleCode? = null, vararg includeLanguage: LocaleCode?): Flow.Publisher<TvSeasonImages>

Get the images that belong to a TV season.

Link copied to clipboard
fun videos(tvId: Int, seasonNumber: Int, language: LocaleCode? = null): Flow.Publisher<TvSeasonVideos>

Get the videos that have been added to a TV season