Changelog
0.2.0
Removed API Key validation.
Added support for the
/skyblock/auctionsendpoint.Added
stripFormattingtoHypixelUtilsto strip Minecraft text formatting from strings.The wrapper now sends an
Api-Keyheader to authenticate with the API instead of thekeypath param.The wrapper will also send a
User-Agentheader to the APIs that it uses.The cache no longer uses Threading.
0.1.9
Added support for the
/resources/achievementsendpoint.Added a kwarg to bypass API key validation.
Added this changelog to the documentation.
Added a new method,
getGameName(game)Added a new file in utils that contains game names/IDs
0.1.8
The module will now return
Noneinstead of having the value simply be missing.
0.1.7
Added documentation: https://pypixel.rtfd.io/
0.1.6
Add some methods
0.1.5
Released to PyPI
0.1.4
Added a changelog
Introduced SkyBlock Profiles
Added 3 new fuctions to
.Hypixel(.get_name(uuid),.get_uuid(name), and .get_profiles(uuid))Deleted
Other.pyin favor of a submodule,utilsMoved the
send_request()method to.Hypixeland renamed it_send()Added a new requirement,
NBT(Used for parsing NBT data).Added some exception classes.
Started subclassing
objectfor no paticular reason.