MoviebaseApp / tmdb-kotlin

🎬 Modern powerful TMDB API to fetch movies and TV shows for Kotlin Multiplatform.
https://www.moviebase.app
Apache License 2.0
205 stars 20 forks source link

Add option to obtain movie's images #6

Closed JcMinarro closed 2 years ago

JcMinarro commented 2 years ago

Current implementation of TmdbMoviesApi::getDetails acceptes a list of AppendResponse but images aren't processed when AppendResponse.IMAGES was included. Now a new field has been added to the TmdbMovieDetail that contains the lists of images from this movie.

On the other hand, a new standalone method has been created to obtain only images from a movie as is detailed on the Official TMDB docs