andrewsnowden / dota2py

Python tools for Dota 2
MIT License
115 stars 36 forks source link

Added 2 more API calls, updated items.json #19

Open ashishnitinpatil opened 8 years ago

ashishnitinpatil commented 8 years ago

This api function sets the base url to be the test API instead of the LIVE one. Better for testing purposes. Added get_items (similar to get_heroes) and updated the items.json Added get_team_info_by_team_id Added funtests for get_items & get_team_info_by_team_id

ashishnitinpatil commented 8 years ago

Bumped version