Closed Gustash closed 1 year ago
I wonder if we could make it json opt-in. Nile is being used as CLI tool too, so maybe it should be accessible there too? What do you think?
I wonder if we could make it json opt-in. Nile is being used as CLI tool too, so maybe it should be accessible there too? What do you think?
We definitely can. What format would you prefer?
I guess, whatever you find the most readable
Why
We currently don't have a way to get some information about a game without also downloading it. Mainly, the download size of the game.
Changes
download_size
Notes
I tried to figure out if there's a
size on disk
in addition to adownload_size
, but anything I tried returned the same size as download.Not sure if this means that the games pretty much don't need to be unpacked and are downloaded with the final size on disk already or not. If someone can fill me in on that, that'd be great!