details

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

Get the TV season details by id.

Supports appendToResponse using the enumeration TvSeasonRequest (More information here)

Parameters

tvId

The id of the TV show

seasonNumber

The number of the season

language

A language code

append

Other methods to append to this call