Skip to content

wqeww001/SkyBlockRPg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

SkyBlockRPg

Hypixel Public API (Java) Maven Package

This is a Java implementation of the Hypixel API. For discussing the API, requesting help or suggestions you can use the GitHub Discussions.

Documentation Hypixel Public API documentation can be found at https://api.hypixel.net/. Java documentation can be found in the code.

Hypixel Maven Repo Hypixel https://repo.hypixel.net/repository/Hypixel/ This repo can also be used with Gradle.

repositories { maven { url 'https://repo.hypixel.net/repository/Hypixel/' } } Transports We include three built-in options for communicating with the Hypixel API, you can include either of these or even include the core API directly and create your own instance of HypixelHTTPClient.

Apache HttpClient Transport Unirest Java Transport Project Reactor Transport (automatic rate-limiting by default) Dependencies The Hypixel API Core implementation has the following dependencies:

Google Gson library - 2.9.0 Transports will also have dependencies where required.

Contributing When contributing changes to the Java API please provide as much detail on the changes and the reasons for them. We will not accept changes that have no meaningful contribution to the project.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published