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 的回复
于 2017 年 01 月 08 日 11:01上午
Unfortunately, there is no filter for images. The only way to do something like this would be to skip them client side.