HypixelDev / PublicAPI

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

Add overload for HypixelAPI::get allow passing parameters as Map<String, Object> #300

Closed chriptus13 closed 4 years ago

chriptus13 commented 4 years ago

Overload to allow calling the method with a Map<String, Object> for passing parameters. Fulfilling the TODO in the class.

chriptus13 commented 4 years ago

Closed due to new PR #301