Snuggle / hypixel.py

🎮 This is a simple, unofficial library for getting values from the public Hypixel-API in Python.
https://pypi.org/project/hypixel
MIT License
32 stars 6 forks source link

Move getJSON into one shared function #2

Closed Snuggle closed 7 years ago

Snuggle commented 7 years ago

I was lazy and made more than one getJSON() function for each class, when I should make it a shared function instead.

At the moment:

Better way of doing it:

Snuggle commented 7 years ago

Done!