Archipelago
Archipelago copied to clipboard
Webhost: add file downloads to the room api endpoint
What is this fixing or adding?
title. also removes the unused ds3 download link
How was this tested?
checked that the links at the api endpoint matches those that get generated on the room page.
If this makes graphical changes, please attach screenshots.
I'm not sure how a game is supposed to get that roomId to make the api useful, but i'm assuming it's related to #2779
The room suuid is in the url queries in #2779. It probably makes more sense to just add that specific query here, but the passed url already had to be modified in that PR so I just added it instead of creating merge conflicts.
ah yea, double checked and it's passed in plain as day i forgot about that because my last slew of testing on #2779 was manually writing the urls into launcher.py parameters to make sure my game was configured right, whoops