zikeji / node-hypixel

With thorough IntelliSense support & 100% test coverage, this is an unopinionated async/await API wrapper for Hypixel's Public API. It is developed in TypeScript complete with documentation, typed interfaces for all API responses (and an OpenAPI 3.0 schema!), built-in rate-limit handling, flexible cache support, helper functions, and support for undocumented endpoints.
https://node-hypixel.zikeji.com
MIT License
19 stars 6 forks source link

Add resources/games endpoint #424

Open ghost opened 1 year ago

ghost commented 1 year ago

Is your feature request related to a problem? Please describe. I'm working on a stats web app, and I discovered this endpoint[1] that would remove the need for a switch case operator that converts game types and reduce file size.

Describe the solution you'd like It'd be great to have the endpoint added to node-hypixel.