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?
Não consegue encontrar um certo filme ou série? Inicie sessão e adicione-o.
Deseja classificar ou adicionar este item a uma lista?
Ainda não é um membro?
Resposta de Travis Bell
em 8 janeiro 2017 às 11:01 AM
Unfortunately, there is no filter for images. The only way to do something like this would be to skip them client side.