minehutapi
v0.0.1
Published
A API Wrapper of Minehut's API.
Downloads
3
Readme
MinehutAPI
A API Wrapper for Minehut's API.
Setup
Requirements
Use MinehutAPI
const Minehut = require("minehutapi");
const minehut = new Minehut();
Methods
.getAllServers
- get a list of all Minehut servers data in an array.
minehut.getAllServers();
.getServer
- get information about a server using ID.
minehut.getServer("My-Cool-Server-ID");
.getServerByName
- get information about a server using name.
minehut.getServer("My-Cool-Server-Name");
.getMinehutPlugins
- get a list of all Minehut plugins in an array.
minehut.getServer("My-Cool-Server-ID");
Changelog
0.0.1 - Welcome to the world, MinehutAPI!
Initial release Added Methods that don't require authorisation.
Notes
This is an uncomplete package! I am still developing all of the features from Minehut's API! Please don't bug the author about adding what you want to add, you may ask, but not annoy them!