Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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.
- Host: GitHub
- URL: https://github.com/igeligel/SteamGaugesApi
- Owner: igeligel
- License: mit
- Created: 2016-06-09T19:46:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-04T10:14:57.000Z (about 7 years ago)
- Last Synced: 2024-07-31T19:45:43.148Z (3 months ago)
- Topics: counter-strike, economy, game, game-coordinator, online-players, steam-community, steamgauges, team-fortress
- Language: C#
- Homepage: https://steamgaug.es/
- Size: 248 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-steam - SteamGaugesApi - A .NET Standard 2.0 library to automatically use the API of [steamgauges](https://steamgaug.es/). (Packages / C#)
README
# SteamGaugesApi - Check steam status easily
> 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
## Used libraries
| Library | Version |
| ------------- | ------- |
| Newtonsoft.Json | 10.0.3 |## Contact
## Contributors
Contributions: 130
## License
*SteamGaugesApi* is realeased under the [MIT License](/License).