Yes but for exemple TWD has only "actors" but in another show (or movie) I
saw "directors","producers"... each with a "name" field and some of them
with another field...
Is this possible to have a full list with all the possible field and their
values ?
For instance here is the "people" array from "The social network"
"people":{
"directors":[
{
"name":"David Fincher"
}
],
"writers":[
{
"name":"Aaron Sorkin",
"job":"Screenplay"
}
],
"producers":[
{
"name":"Scott Rudin",
"executive":false
}
],
"actors":[
{
"name":"Jesse Eisenberg",
"character":"Mark Zuckerberg"
}
]
}
Le jeudi 28 juin 2012 00:55:25 UTC+2, Justin Nemeth a écrit :
> It's already listed in the docs at http://trakt.tv/api-docs/show-summary
> On Wed, Jun 27, 2012 at 2:29 PM, florianmski <florian....@gmail.com>wrote:
>> Hi,
>> I saw a while ago that you've added discreetly a "people" array to
>> show/summary.
>> Is this possible to update the doc accordingly ?