HypixelDev / PublicAPI

Official Java implementation of the Hypixel Public API.
https://api.hypixel.net
MIT License
533 stars 151 forks source link

Move to transports and allow developers to implement their own HTTP Clients #399

Closed ConnorLinfoot closed 3 years ago

ConnorLinfoot commented 3 years ago

This update intends to remove forced built-in Apache dependency and instead allow users to select and handle their own HTTP implementation for communicating with the API including some premade transports.

There are also some other changes that have been made:

These changes are a work in progress and are subject to change before release.