Open main menu

Difference between revisions of "Game Packaging/ScummVM Cloud"

no edit summary
Line 44: Line 44:
To add a new game entry in the JSON response, you need to check where the HTTP request needs to be sent. Look at <code>ScummVMCloud::getAllDLCs(...)</code> function for the HTTP link. You will need to have permission to edit the JSON entry there or ask someone with permission to add a new entry.
To add a new game entry in the JSON response, you need to check where the HTTP request needs to be sent. Look at <code>ScummVMCloud::getAllDLCs(...)</code> function for the HTTP link. You will need to have permission to edit the JSON entry there or ask someone with permission to add a new entry.


At the time of writing this, <code>getAllDLCs(...)</code> currently make request to a temporary firebase instance that can be easily edited from the browser. This will be changed later.
At the time of writing this, <code>getAllDLCs(...)</code> currently make request to a temporary firebase instance whose entries can be easily edited from the browser. This will be changed later.
19

edits