Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/igeligel/SteamGaugesApi

:game_die: 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.
https://github.com/igeligel/SteamGaugesApi

counter-strike economy game game-coordinator online-players steam-community steamgauges team-fortress

Last synced: about 2 months ago
JSON representation

:game_die: 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.

Awesome Lists containing this project

README

        

# 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](https://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.

```csharp
using SteamGaugesApi.Core;
using SteamGaugesApi.Core.Models;
```

Then we can use the Client and the response.

```csharp
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](/License).