Crate hypixel

Crate hypixel 

Source
Expand description

§Hypixel

This crate is an API wrapper for the Hypixel public API. All methods that retrieve data is asynchronous and uses await.

Crate provides different structs to contact different endpoints. The modules are features and you can enable them or disable them. API requires an API token you can get from the Hypixel server by running the /api command.

Modules§

error
Stores the errors from the Hypixel public API. This is re exported for extra clarity.
handler
This module stores all “handlers” for the Hypixel API. This was made to seperate functionality.
objects
This module represents all recorded responses from the Hypixel API endpoints.

Enums§

Error
These enumerates all errors that can be returned from the Hypixel public API.