SteamStorefrontAPI fork
Go to file
2018-05-24 22:16:47 +02:00
SteamStorefrontAPI Fixed incorrect property definition. 2018-05-24 22:16:17 +02:00
SteamStorefrontConsole Renamed GetGame function to a more logical name. 2018-05-24 22:16:39 +02:00
.gitattributes Add .gitignore and .gitattributes. 2018-05-22 16:27:51 +02:00
.gitignore Add .gitignore and .gitattributes. 2018-05-22 16:27:51 +02:00
LICENSE.md Added license and readme files. 2018-05-24 22:16:47 +02:00
README.md Added license and readme files. 2018-05-24 22:16:47 +02:00
SteamStorefrontAPI.sln Initial implementation for appdetails method. 2018-05-22 22:45:33 +02:00

SteamStorefrontAPI

The SteamStorefrontAPI is a .NET wrapper for the steam storefront api which is exposed via Steam Big Picture. The API is not officially available or documented, all data in this library was either compiled by trial and error from the inofficial api documentation, and is therefore provided as-is.

Usage examples

Please see the SteamStorefrontConsole Project for usage examples.