steamapiwrapper icon indicating copy to clipboard operation
steamapiwrapper copied to clipboard

A Steam Web API wrapper

Results 2 steamapiwrapper issues
Sort by recently updated
recently updated
newest added

What country is steam the cheapest in? Take a flight to Indonesia and buy all of steam, will you come out ahead?

``` from steamapiwrapper.SteamGames import Games >>> games = Games() >>> games._get_urls([222880, 264200], "us") ['http://store.steampowered.com/api/appdetails/?cc=us&appids=222880%2C264200&l=english&v=1'] >>> games._get_urls([222880], "us") ['http://store.steampowered.com/api/appdetails/?cc=us&appids=222880&l=english&v=1'] ``` The first link (appids=222880%2C264200) returns "null", while the second link (appids=222880)...