-
Notifications
You must be signed in to change notification settings - Fork 4
Quick Start
Marcel Kallen edited this page Aug 9, 2018
·
2 revisions
- Load the project into your solution.
- Add a Reference in your project to PortableSteam
- Add this using directive to your class
using Fluxter.SteamWebAPI;
- In your Application Startup (Console Main, Web App_start, ...) configure the steam api
You can get your own one here: http://steamcommunity.com/dev/apikey
SteamWebAPI.SetGlobalKey("Youre API Key");
- You are ready to go
upcoming