SteamGridDB.NET
SteamGridDB C#/.NET API Client Library
Install / Use
/learn @craftersmine/SteamGridDB.NETREADME
SteamGridDB.NET
A .NET implementation of API version 2 for SteamGridDB written completely in C#. SteamGridDB API v3 is planned, no ETA

Supports:
- 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
Installation:
- Search for
craftersmine.SteamGridDB.Netin 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
Usage:
- Add
using craftersmine.SteamGridDB.Netdirective - Instantiate new object of type
SteamGridDbwith your API key
More information here
