đ Home
Here you will find all the functions related the homepage in the VGL.
Open home page
GET
http://localhost:42281/home/open
Open the home page on the launcher.
returns a json with all the available games!
Update "profile_text"
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
Query Parameters
text
String
The text you want to set

Update profile picture
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
Query Parameters
link*
String
The url of the new image

Last updated
Was this helpful?