Not sure if this is in scope of this package, but adding game-specific endpoints (like Dota 2 heroes) would be cool. I've created a simple hero_list class for purposes of my app. It's just quickly hacked together prototype based on inventory class, but it works for now. Not sure if there are other game-specific API endpoints (perhaps classes for TF2?).
It's certainly in scope. I have a mental roadmap laid out for the next major release that will be broadly expanding the implementations in just this way, only limiting factor has been time unfortunately.
Not sure if this is in scope of this package, but adding game-specific endpoints (like Dota 2 heroes) would be cool. I've created a simple
hero_list
class for purposes of my app. It's just quickly hacked together prototype based oninventory
class, but it works for now. Not sure if there are other game-specific API endpoints (perhaps classes for TF2?).