PublicAPI Java 4.0 #443
ConnorLinfoot
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Note: This release does contain breaking changes due to changed packages, and the new HTTP client framework.
New in this release:
The following methods have been removed/replaced:
HypixelAPI#getWatchdogStats
has been replaced withHypixelAPI#getPunishmentStats
.HypixelAPI#getGameCounts
has been replaced withHypixelAPI#getCounts
.HypixelAPI#getPlayerCount
has been removed, the same data is available inHypixelAPI#getCounts
.HypixelAPI#findGuildByPlayer
has been removed, the guild can be requested directly viaHypixelAPI#getGuildByPlayer
instead.HypixelAPI#findGuildByName
has been removed, the guild can be requested directly viaHypixelAPI#getGuildByName
instead.Other changes worth noting:
This discussion was created from the release PublicAPI Java 4.0.
Beta Was this translation helpful? Give feedback.
All reactions