Skip to content

🎲 A .NET core wrapper for the api of steamgaug.es. With this application you can check for downtimes at Steam, Team Fortress 2, Counter-Strike: Global Offensive, Dota 2 and related services like the economy system.

License

igeligel/SteamGaugesApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

🎲 A .NET core wrapper for the api of steamgaug.es. With this application you can check for downtimes at Steam, Team Fortress 2, Counter-Strike: Global Offensive, Dota 2 and related services like the economy system.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published