Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dysnomia-studio/dysnomia.common.steamwebapi

A C# library to easily get data from Steam Web API
https://github.com/dysnomia-studio/dysnomia.common.steamwebapi

dotnet dotnet-core steam steam-api

Last synced: 27 days ago
JSON representation

A C# library to easily get data from Steam Web API

Awesome Lists containing this project

README

        

[
![](https://img.shields.io/nuget/dt/Dysnomia.Common.SteamWebAPI?label=NuGet%20Downloads)
![](https://img.shields.io/nuget/v/Dysnomia.Common.SteamWebAPI?label=NuGet%20Version)
](https://nuget.org/packages/Dysnomia.Common.SteamWebAPI)
[![Reliability Rating](https://sonar.dysnomia.studio/api/project_badges/measure?project=dysnomia-common-steamwebapi&metric=reliability_rating)](https://sonar.dysnomia.studio/dashboard?id=dysnomia-common-steamwebapi) [![Maintainability Rating](https://sonar.dysnomia.studio/api/project_badges/measure?project=dysnomia-common-steamwebapi&metric=sqale_rating)](https://sonar.dysnomia.studio/dashboard?id=dysnomia-common-steamwebapi) [![Security Rating](https://sonar.dysnomia.studio/api/project_badges/measure?project=dysnomia-common-steamwebapi&metric=security_rating)](https://sonar.dysnomia.studio/dashboard?id=dysnomia-common-steamwebapi)
[![Duplicated Lines (%)](https://sonar.dysnomia.studio/api/project_badges/measure?project=dysnomia-common-steamwebapi&metric=duplicated_lines_density)](https://sonar.dysnomia.studio/dashboard?id=dysnomia-common-steamwebapi) [![Coverage](https://sonar.dysnomia.studio/api/project_badges/measure?project=dysnomia-common-steamwebapi&metric=coverage)](https://sonar.dysnomia.studio/dashboard?id=dysnomia-common-steamwebapi)

# Dysnomia.Common.SteamWebAPI
A C# library to easily get data from Steam Web API.

## Who are you ?
My name is Axel "Elanis" Soupé, I'm a French developer, and this is my company's repository. You can find more info on Dysnomia on its official website: https://dysnomia.studio.

## How can I use your project ?

**Warning:** API that needs **publisher key** (https://partner.steam-api.com) is not tollerant to errors. If you create too much errors (with a wrong key for example) your IP will be banned from Steam Web API. **DO NOT** call these APIs methods with standard steam web key. I am not responsible if you are banned from Steam Web API. See https://partner.steamgames.com/doc/webapi_overview for more details. That also means you **should not run every test** of the test project at once.

This project is licenced under [MIT License](https://opensource.org/licenses/MIT), that mean you can use it in any way, anywere, you just have to keep all the copyright notices.

There is also NuGet package available at: [https://www.nuget.org/packages/Dysnomia.Common.SteamWebAPI/](https://www.nuget.org/packages/Dysnomia.Common.SteamWebAPI/)

## Can I contribute to your project ?
Of course yes ! Create issues if you have needs or problems, but the best help is to make pull requests :)