babelshift / BetterSteamWebAPIDocumentation

This is an ASP.NET MVC application intended to provide a cleaner, easier, and automatically updated listing of Steam Web API interfaces, methods, and parameters.
http://steamwebapi.azurewebsites.net/
MIT License
19 stars 1 forks source link

What about app details after i got app id? #2

Closed BonBonSlick closed 7 years ago

BonBonSlick commented 7 years ago

Hello, i think you have missed smth here http://steamwebapi.azurewebsites.net/

http://store.steampowered.com/api/appdetails?appids=10

babelshift commented 7 years ago

@BonBonSlick, unfortunately, since the page is dynamically generated based on the output of https://api.steampowered.com/ISteamWebAPIUtil/GetSupportedAPIList/v1, I can't control what is and isn't displayed.

I could think of how to incorporate store APIs which don't appear in the endpoint above.