No description
Find a file
2021-12-06 08:10:02 -06:00
src better skywars star finding 2021-05-21 13:33:34 -05:00
tests improvements and stuff 2021-05-07 12:10:08 -05:00
.gitignore guilds 2021-04-28 22:05:45 -05:00
hypixel.nimble better skywars star finding 2021-05-21 13:33:34 -05:00
LICENSE Initial commit 2021-04-28 16:09:25 -05:00
README.md Update README.md 2021-12-06 08:10:02 -06:00

hypixel-nim banner

A pure-Nim interface for the Hypixel API.

The Friends and Guilds APIs are more or less complete. The Player API still needs work, though.

I think I've alleviated crashes as much as I can, but I'm not making any promises. However, instead of crashing, the API will either return the type's default value or an empty Option. This headache is because the Hypixel API was designed by monkeys on typewriters, and any given field may or may not exist, may have a duplicate somewhere else, may exist under a completely different name, or so forth. It's miserable, but a default value is better than a crash.

PRs welcome!