đšī¸Games
Here you will find all the functions related to games in the VGL.
Get all games
GET
http://localhost:42281/games
Retreive a list of all the games ids of the games available in the launcher.
returns a json with all the available games!
Get a game data
GET
http://localhost:42281/games/{game_id}
Retrieve a local game data, like it's title, description and state.
Open game page
GET
http://localhost:42281/games/{game_id}/open
Open the page of the given game_id in the Victor's Game Launcher.
Install a game
GET
http://localhost:42281/games/{game_id}/install
Launch a game
GET
http://localhost:42281/games/{game_id}/launch
Last updated
Was this helpful?