Lagg / steamodd

Python module for the steam API
ISC License
76 stars 18 forks source link

Add game-specific endpoints #19

Closed ondrowan closed 5 years ago

ondrowan commented 11 years ago

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

Lagg commented 11 years ago

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.