Hello guys, since i'm consuming the API in the mobile client, to avoid processing on the client side i would like to know if there is a way to filters the movies without posters. For example the url:
http://api.themoviedb.org/3/discover/movie?sort_by=release_date.desc&primary_release_date.lte=2017-1-7&api_key=(KEY) *Please replate (KEY) with your key to test
We can see that there are many movies which poster_path = null. How could we avoid it to come in the response?
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 8 de enero de 2017 a las 11:01
Unfortunately, there is no filter for images. The only way to do something like this would be to skip them client side.