You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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.
31
+
32
+
## Minimal Footprint
33
+
- From the beginning, go-hypixel-api was designed to minimize package size and dependencies while still being fully featured.
34
+
35
+
## API Rate Limit Support
36
+
- It automatically handles blocking and calculates the remaining request quota based on Hypixel API response headers—no manual setup required.
37
+
38
+
## Flexibility
39
+
- We aim to provide developers with greater flexibility. Nearly all settings in go-hypixel-api can be customized, and low-level functions are exposed.
40
+
41
+
## Cache Strategy Support
42
+
- 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.
43
+
44
+
## Rapid Adaptation
45
+
- 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.
46
+
47
+
---
12
48
13
49
📕 [Hypixel API](https://api.hypixel.net)
14
50
@@ -18,4 +54,4 @@ Hypixel API wrapper in Golang
18
54
19
55
[GPL-3.0](LICENSE)
20
56
21
-
* go-hypixel-api is not affiliated or endorsed by [Hypixel](https://www.hypixel.net)
57
+
* go-hypixel-api is not affiliated or endorsed by [Hypixel Inc](https://www.hypixel.net)
0 commit comments