-
Notifications
You must be signed in to change notification settings - Fork 5
API_v2_Doc
Add Game
request: { "api_token": "token", "title": "Super Mario", "subtitle": "und die Kammer des Schreckens", "author": [ "ute", "schnute", "kasimir" ], "desc": "Spielbeschreibung in Markdown", "website_url": "http://bermudadreieck.de", "maker_engine": "shortname (tabelle dazu hänge ich noch an)", "language": "shortname", "youtube": "link zum trailer", "atelier_id": "falls eintrag im atelier dann hier die id", "tags": [ "Brauerrei", "Fantasy", "AKS" ] }
response: { "code": 200, "game_id": 12 }
add gamefile
request: { "uuid": "UUID vom hochgeladenen file (bekommt man nach dem Upload)", "game_id": 12, "version": "Version", "releasedate_day": 24, "releasedate_month": 11, "releasedate_year": 2003, "filetype": 2 (hier muss ich noch schauen) }
response: { "code": 200 "gamefile_id": 12 }