UNPKG

pterowrapperjs

Version:

A pterodactyl API wrapper which works for both client and admin side API's.

9 lines (7 loc) 206 B
import PterodactylClientAPI from './client/client.js'; class UserClient extends PterodactylClientAPI { constructor(url, apiKey) { super(url, apiKey); } } export default UserClient;