Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as monolith from "https://raw.githubusercontent.com/yourfriendoss/Monolith/main/src/routes/extra.ts";

§Functions

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.