19
edits
Ankushdutt (talk | contribs) |
Ankushdutt (talk | contribs) |
||
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 | 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. |
edits