The TV preview has methods for returning cast members using "/3/tv/{id}/credits" and "/3/tv/{id}/season/{season_number}/episode/{episode_number}/credits", however they return a field "sort_order". The existing Movie credits method (/3/movie/{id}/casts) returns "order". Is there a reason for the discrepancy?
Similarly, the methods are "casts" versus "credits".
Nevari atrast filmu vai TV pārraidi? Jāpiesakās, lai to izveidotu.
Vēlies novērtēt šo vienumu vai pievienot to sarakstam?
Neesi dalībnieks?
Atbilde no Travis Bell
on oktobris 31, 2013 at 1:45 PM
The
sort_order
vs.order
will be changed to be consistent. I'll useorder
. Change for that will get pushed later today.The
casts
vscredits
will change but the other way around, I'll be renaming movies tocredits
and aliasing the legacycasts
to it. That has always bugged the crap out of me and is fixed for TV and everything moving forward.Atbilde no Travis Bell
on oktobris 31, 2013 at 3:27 PM
The
sort_order
rename was just pushed. As credit requests expire you'll see the new field.