details
fun details(tvId: Int, seasonNumber: Int, episodeNumber: Int, language: LocaleCode? = null, vararg append: TvEpisodeRequest): Flow.Publisher<TvEpisodeDetails>
Get the TV episode details by id.
Supports appendToResponse
using the enumeration TvEpisodeRequest (More information here)
Parameters
tvId
The id of the TV show
seasonNumber
The number of the season
episodeNumber
The number of the episode
language
A language code
append
Other requests to append to this call