I was going through the return objects from the Restful webservices and I was wondering if you have any class diagrams or object mappings.
I ask because I'm trying to build a graph from the returned data and depending on my REST request I get different objects with different fields. For instance a search for credits on a movie returns arrays of cast and crew that have different fields and different values. A search for a movie returns the same arrays and again they are different.
I'm just wondering if there is a base class for say person then actor and crew extend from it or if its all kind of free play. It makes mapping out nodes easier if there are common fields between like objects. A diagram would be great so I know both actor and crew have the name field and any new types will extend that same base and I can be sure they also have the same name.
In essence I'm wondering if you could add the return types, field names and values with their meanings to your documentation.
And thanks again for the DB, Netflix closed theirs and amazon is an IMDBag.
It makes really nice graphs.
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on April 8, 2013 at 11:14 AM
Hi ascheffe,
There is no specific list but you can see example responses on each of the API methods on the documentation website (click the actual methods and they'll expand). That's the best we have right now.