Hi there,
I was pointed to "Casts" by a user of mine, and started investigating. When requesting a movie like the one below, I cna surely enough use "Casts" as an append-method. What bothers me is that it seems to be identical with the existing "Credits" method. The values are equal (at least for this movie) - the only thing changing is the name of the Casts property (switching between "credits" and "casts"). Is it the same, or do I have to build in Casts support as well?
http://api.themoviedb.org/3/movie/76338?append_to_response=casts&api_key=XXX http://api.themoviedb.org/3/movie/76338?append_to_response=credits&api_key=XXX
Regards, Mike
فیلم و نمایش تلویزیونی را نمیتوانید پیدا کنید؟ به سیستم وارد شوید تا آن را ایجاد کنید.
آیا میخواهید به این مورد امتیاز دهید یا به فهرست اضافه کنید؟
عضو نیستید؟
پاسخ توسط Travis Bell
در تاریخ مه 30, 2015 ساعت 11:33 ق.ض
HI Mike,
Yes, they are the same.
casts
hasn't been documented for probably a ~year. It still works for legacy clients butcredits
is the up to date and current method name.پاسخ توسط LordMike
در تاریخ مه 30, 2015 ساعت 11:54 ق.ض
Thanks. :).