Hi, I can't find any method of looking up full details for more than one movie at a time. Is there an API call that I can supply an array of movie IDs, and get an array of details back for those movies?
The use case is that I want to create a list of movies stored against a user, record the TMDb movie IDs and then fetch details for all of those movies, rather than fire multiple API calls one after another.
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ فبراير 5, 2016 في 9:54 صباحا
Hi spintheclip,
We do not have any "multi get" methods at this time. You will have to query the items one by one.
Cheers.
رد بواسطة spintheclip
بتاريخ فبراير 5, 2016 في 10:01 صباحا
Hi Travis,
Thanks for your reply. I did think that appeared to be the case.
I did notice a post on the forum about effectively taking a local copy of the database and using the change endpoint to manage any updates. This would be an ideal solution for me, given the complexity of some of the calls I think I'll need to make. Is this an option that I could use?
Thanks
رد بواسطة Travis Bell
بتاريخ فبراير 5, 2016 في 10:04 صباحا
Yes, you can cache the data locally. That is fine.