Skip to content

Commit

Permalink
Update examples in credit section
Browse files Browse the repository at this point in the history
* Fix types (no longer empty string but null)
* Document picture
* Document theater_engagement_type and theater_name
  • Loading branch information
andreas-venturini committed Feb 8, 2024
1 parent 014271f commit 485ef50
Showing 1 changed file with 46 additions and 16 deletions.
62 changes: 46 additions & 16 deletions source/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ curl "https://www.filmmakers.eu/api/v1/actor_profiles/123" \
],
"award": [
{
"info": "",
"info": null,
"name": "Avanca Film Festival - Best Performance",
"year_from": 2017,
"year_to": 2017,
Expand All @@ -393,53 +393,83 @@ curl "https://www.filmmakers.eu/api/v1/actor_profiles/123" \
],
"education": [
{
"info": "",
"info": null,
"name": "123 School",
"year_from": 2013,
"year_to": 2014
}
],
"film": [
{
"info": "",
"info": null,
"name": "Schneeflöckchen",
"year_from": 2019,
"year_to": 2020,
"role": "Jack",
"role_type": "supporting",
"distributor": "",
"distributor": null,
"director": "Adolfo Kolmerer",
"producer": "",
"caster": ""
"producer": null,
"caster": null,
"picture": {
"url": "https://imgproxy.filmmakers.eu/gqz46mqnA"
}
},
{
"info": "",
"info": null,
"name": "The Harmonica ",
"year_from": 2018,
"year_to": 2018,
"role": "Felix",
"role_type": "leading",
"distributor": "",
"director": "",
"distributor": null,
"director": null,
"producer": "Deutsche Film- und Fernsehakademie Berlin",
"caster": ""
"caster": null,
"picture": {
"url": null
}
}
],
"television": [
{
"info": "",
"info": null,
"name": "Mord mit Aussicht",
"year_from": 2015,
"year_to": 2016,
"role": "Robert",
"role_type": "misc",
"distributor": "",
"director": "",
"producer": "",
"caster": ""
"distributor": null,
"director": null,
"producer": null,
"caster": null,
"picture": {
"url": null
}
}
],
"theatre": [
{
"info": null,
"name":"Das Dschungelbuch (Jungle Book)",
"year_from":2001,
"year_to":2002,
"type_genre": null,
"favorite":false,
"role":"Mowgli",
"role_type": null,
"director":"Robert Persche",
"producer": null,
"caster": null,
"writer": null,
"theater_name":"Stadttheater Klagenfurt",
"theater_engagement_type": null,
"picture": {
"url": null
},
"distributor":"Stadttheater Klagenfurt"
}
],
"theatre": [],
"audio": [],
"other": [],
"internet": [],
Expand Down

0 comments on commit 485ef50

Please sign in to comment.