koraktor / steam-condenser

A multi-language library for querying the Steam Community, Source, GoldSrc servers and Steam master servers
https://koraktor.de/steam-condenser
Other
359 stars 65 forks source link

Add support for a players inventory (feature request) #222

Open josefcs opened 11 years ago

josefcs commented 11 years ago

It is possible to read out a players inventory via an unofficial api:

http://steamcommunity.com/id/CUSTOMURL/inventory/json/753/1 http://steamcommunity.com/profiles/PROFILEID/inventory/json/753/1

Please add the functionality to steam-condenser.

Source, see: http://stackoverflow.com/questions/17393099/getting-someones-steam-inventory

PS: Thank you for this fantastic API!

koraktor commented 11 years ago

I'm currently hesitating to add undocumented APIs to Steam Condenser. Even Valve's documented APIs often change (i.e. break), so this might stop working as quick as it has come up. :confused:

This might be an option when Valve continue to support their Web API like they have done in the past months.