-> English
简体中文
Hypixel API SDK in Golang
- The go-hypixel-api is designed to be as minimal and efficient as possible for rapid development. All Hypixel API endpoints are built-in and wrapped as functions.
- From the beginning, go-hypixel-api was designed to minimize package size and dependencies while still being fully featured.
- It automatically handles blocking and calculates the remaining request quota based on Hypixel API response headers—no manual setup required.
- We aim to provide developers with greater flexibility. Nearly all settings in go-hypixel-api can be customized, and low-level functions are exposed.
- Although go-hypixel-api doesn't include a built-in caching module, it offers a comprehensive Hook and Callback mechanism, allowing developers to implement their own caching strategies.
- We aim to keep up with changes in the Hypixel API quickly. Thanks to its flexible core design, developers can also adapt easily when project updates lag behind.
- go-hypixel-api is not affiliated or endorsed by Hypixel Inc