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?
Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.
Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;
Δεν είσαι μέλος;
Απάντηση από τον/την Travis Bell
στις 8 Ιανουάριος 2017 στις 11:01 ΕΊΜΑΙ
Unfortunately, there is no filter for images. The only way to do something like this would be to skip them client side.