Skip to content

Quick Start

Marcel Kallen edited this page Aug 9, 2018 · 2 revisions

Getting started

  1. Load the project into your solution.
  2. Add a Reference in your project to PortableSteam
  3. Add this using directive to your class using Fluxter.SteamWebAPI;
  4. 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");
  5. You are ready to go

Quick Start Example

upcoming

Clone this wiki locally