SkyBlock-Central / SkyBlock-Core

Centralized SkyBlock Mod for Settings, Menus, Localization, Events, etc.
Apache License 2.0
11 stars 11 forks source link

Hypixel API Wrapper #34

Closed UnexDev closed 1 year ago

UnexDev commented 1 year ago

Why?

I believe that an API wrapper is a vital function to a "core" mod. Mods can register with the wrapper using their production (or personal) key on client initialize. I am willing to put time into this, as I believe it will really entice mod developers. Currently, we don't really have much to offer. This could change that.

How?

I propose that we start off with a base HypixelResponse<T> interface that we implement for each endpoint. We could cover all SkyBlock endpoints, plus some generic ones like network level and account information.

Checklist

UnexDev commented 1 year ago

Not needed.