Home
Here you will find all the functions related the homepage in the VGL.
Last updated
Was this helpful?
Here you will find all the functions related the homepage in the VGL.
Last updated
Was this helpful?
GET
http://localhost:42281/home/open
Open the home page on the launcher.
returns a json with all the available games!
GET
http://localhost:42281/home/profile_text/update
Change the text of the "profile_text" (see the image below)
For example, the following url will change your profile text to "Welcome Victor :D" http://localhost:42281/home/profile_text/update?text=Welcome%20Victor%20:D
text
String
The text you want to set
GET
http://localhost:42281/home/profile_picture/update
Change the image at the top right of the launcher, for example, use the following url to display a tom nook in the profile picture! http://localhost:42281/home/profile_picture/update?link=https://giffiles.alphacoders.com/219/219185.gif
link*
String
The url of the new image