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.
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