Closed wtchappell closed 9 years ago
This is not a bug in steam-api itself, its the given behaviour from the Steam Web API: https://developer.valvesoftware.com/wiki/Steam_Web_API#GetOwnedGames_.28v0001.29
The Ruby API is passing the params 1 to 1 to the Web API: https://github.com/bhaberer/steam-api/blob/master/lib/steam-api/steam/player.rb#L34
Yea this is just an example of how dumb the API is in places, I tried to sand down the edges where I could, but there's got to be a line.
Assuming that 'player' is a valid player id:
This returns all of the games, but none of the appinfo.
However, the following does return all the games and their appinfo:
Example output: