A .NET implementation of API version 2 for SteamGridDB written completely in C#. SteamGridDB API v3 is planned, no ETA
- All types of SteamGridDB items (Grids, Heroes, Icons and Logos)
- Get, Upload and Delete items
- Search for supported games on SteamGridDB
Relied on .NET HttpClient
How to use library and XML documentation can be found here: Repository Wiki
If you want a new feature for library create new feature request issue
- Search for
craftersmine.SteamGridDB.Net
in NuGet explorer in Visual Studio (or your IDE) - Using NuGet Package Manager:
PM> Install-Package craftersmine.SteamGridDB.Net
- Download NuGet package from Releases page and put it in your Local NuGet Feed
- Download packaged binaries from Releases and link DLL Assembly to your project
- Add
using craftersmine.SteamGridDB.Net
directive - Instantiate new object of type
SteamGridDb
with your API key
More information here