SteamStorefrontAPI/README.md

7 lines
470 B
Markdown
Raw Normal View History

2018-05-24 16:16:47 -04: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](https://wiki.teamfortress.com/wiki/User:RJackson/StorefrontAPI), and is therefore provided as-is.
## Usage examples
Please see the SteamStorefrontConsole Project for usage examples.