Added Combined Credits to endpoints

This commit is contained in:
David Ehlen
2015-09-29 08:42:30 +02:00
parent b9ce9fba94
commit b13ee67b2f
3 changed files with 8 additions and 6 deletions

View File

@@ -63,6 +63,7 @@
, "person" : {
"Info" : { "resource": "person/:id", "method": "get" }
, "Credits" : { "resource": "person/:id/credits", "method": "get" }
, "CombinedCredits" : { "resource": "person/:id/combined_credits", "method": "get" }
, "Images" : { "resource": "person/:id/images", "method": "get" }
, "Changes" : { "resource": "person/:id/changes", "method": "get" }
, "Latest" : { "resource": "person/latest", "method": "get" }