import * as monolith from "https://raw.githubusercontent.com/yourfriendoss/Monolith/main/src/routes/extra.ts";
skinRender | Show a skin of a user! Ex. /skin/yourfriends.png Has to be a GET request. |
skinUpdate | Upload a skin to the currently authenicated user. This automatically replaces any other previously loaded skin. Has to be a POST request. |
whoami | Get data about the currently authenicated user Has to be a GET request. |