-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Mateusz edited this page Feb 4, 2022
·
4 revisions
Wiki listing all the functions and managers [ WIP ]
const { ApplicationInstance } = require("pterowrap")
const url = "https://pterodactyl.app/api/"
const key = "meowmeowmeow"
const client = new ApplicationInstance(url, key)
;(async () => {
const server = await client.servers.get(5)
console.log(server.name)
})()ole.log(server.name)
})();
Created by: Mateusz#1738