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
- Host: GitHub
- URL: https://github.com/fluxter/steamwebapi
- Owner: Fluxter
- Created: 2017-02-19T13:19:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-12T14:37:10.000Z (over 7 years ago)
- Last Synced: 2025-03-26T06:43:31.575Z (over 1 year ago)
- Topics: csharp, steam, steam-api
- Language: C#
- Homepage:
- Size: 1.87 MB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)