GravelCZ / WynncraftAPI

This is a java wrapper for the Wynncraft API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WynncraftAPI

This is a java wrapper for the Wynncraft API

Usage

WynncraftAPI.init(); // starts 10 minute timer for request resetting. needs to be called only once.
String guilds = WynncraftAPI.getGuildList(); // Returns the list of guilds as:  guild, anotherguild,

See the WynncraftAPITest for more examples.

About

This is a java wrapper for the Wynncraft API

License:GNU General Public License v3.0


Languages

Language:Java 100.0%