An open API service indexing awesome lists of open source software.

https://github.com/fluxter/steamwebapi

A small .Net Wrapper for the Steam Web API
https://github.com/fluxter/steamwebapi

csharp steam steam-api

Last synced: about 1 year ago
JSON representation

A small .Net Wrapper for the Steam Web API

Awesome Lists containing this project

README

          

SteamWebAPI
==============
Note! This is a fork from [Codeplex / PortableSteam](https://portablesteamwebapi.codeplex.com/)

Description
-----------
A .NetStandard c# library that intuitively requests data from Valve's Steam Web API service using fluent design pattern.

The goal of this project is to allow C# developers who intend to use the Steam Web API to pull data from the Valve API server easily without worrying about syntax, interface names, method names and parameters. This portable class library is designed to be intuitive, robust and will hopefully help developers focus on other parts of their exciting application!

Most methods, comments and various documentation are from the official WebAPI documentation: http://wiki.teamfortress.com/wiki/WebAPI

Getting Started
---------------
Check out the wiki for getting started
[Getting Started](https://github.com/Fluxter/SteamWebAPI/wiki/Quick-Start#getting-started)