images
fun images(movieId: Int, language: LocaleCode? = null, vararg includeLanguage: LocaleCode?): Flow.Publisher<MovieImages>
Get the images that belong to a movie.
Querying images with a language
parameter will filter the results. If you want to include a fallback language (especially useful for backdrops) you can use the includeImageLanguage
parameter. This should be a comma seperated value like so: en,null
Parameters
movieId
The id of the movie
language
A language code
includeLanguage
A list of language codes to filter the results