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.
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
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();
Library | Version |
---|---|
Newtonsoft.Json | 10.0.3 |
igeligel Contributions: 130 |
---|
SteamGaugesApi is realeased under the MIT License.