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.