Skip to content

craftersmine/SteamGridDB.NET

Repository files navigation

SteamGridDB.NET

A .NET implementation of API version 2 for SteamGridDB written completely in C#. SteamGridDB API v3 is planned, no ETA

GitHub Nuget Nuget GitHub Releases GitHub Project Wiki Discord GitHub Repo stars Maintenance

Repository Preview

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.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

Usage:

  • Add using craftersmine.SteamGridDB.Net directive
  • Instantiate new object of type SteamGridDb with your API key

More information here