0.0.1 • Published 2 years ago

minehutapi v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

MinehutAPI

A API Wrapper for Minehut's API.

Setup

Requirements

Node.js

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!