🏠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

Name
Type
Description

text

String

The text you want to set

profile_text location in the launcher

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

Name
Type
Description

link*

String

The url of the new image

Changing the profile picture

Last updated

Was this helpful?