Is there a way I can that I can call multiple movies in one api call? This would save me the need to call several movies for a person on page load.
فیلم و نمایش تلویزیونی را نمیتوانید پیدا کنید؟ به سیستم وارد شوید تا آن را ایجاد کنید.
آیا میخواهید به این مورد امتیاز دهید یا به فهرست اضافه کنید؟
عضو نیستید؟
پاسخ توسط Travis Bell
در تاریخ مارس 29, 2013 ساعت 12:28 ب.ض
Hi Jeff,
No, this is not possible.
پاسخ توسط jeffAwesome
در تاریخ مارس 30, 2013 ساعت 12:36 ق.ض
Travis,
What would be an alternative solution? I want to create "watchlists" I know a user can create a list but they have to be registered with moviedb and I don't think I can get a user to log into the moviedb and then come back to my site.
Right now my idea was to just save the moviedb movie ids into a database and then when the user is trying to retrieve them call the respective movies through an api call. Will I need to do this 1 at a time?
پاسخ توسط SeenIt
در تاریخ مارس 30, 2013 ساعت 5:48 ق.ض
You should probably save a little more data than just the IDs in your database. (i.e. title, poster, and other key data) Then you can retrieve more data about a specific movie if the user want to know more.