Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 2.96 KB

readme.md

File metadata and controls

65 lines (45 loc) · 2.96 KB

SteamGaugesApi - Check steam status easily

badge of nuget downloads badge of nuget version badge of license Build status badge of pull request welcome

SteamGaugesApi is an API client for checking the status of Steam, Dota, CS:GO and Team Fortress. It will consume the API of steamgaug.es and is provided by a .NET Standard 2.0 Nuget package.

Installation

Requirements You need to have a .NET version installed which is supporting .NET Standard 2.0. For more information you can lookup this document.

Via nuget
PM> Install-Package SteamGaugesApi -Version 1.0.0

Usage

To use this library you need to add a reference to the used packages, instantiate a Client and create a request to the API.

using SteamGaugesApi.Core;
using SteamGaugesApi.Core.Models;

Then we can use the Client and the response.

var client = new SteamGaugesApi.Core.Client();
var response = client.Get();

Response schema

debugging object representation of response

Used libraries

Library Version
Newtonsoft.Json 10.0.3

Contact

steam of Kevin Peters Twitter of Kevin Peters badge for personal site of igeligel

Contributors


igeligel

Contributions: 130

License

SteamGaugesApi is realeased under the MIT License.