Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dysnomia-studio/dysnomia.common.steamwebapi
- Owner: Dysnomia-Studio
- License: mit
- Created: 2021-04-01T17:47:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T07:54:13.000Z (8 months ago)
- Last Synced: 2024-05-20T08:54:49.377Z (8 months ago)
- Topics: dotnet, dotnet-core, steam, steam-api
- Language: C#
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 :)