Giter Site home page Giter Site logo

partner.steamgames's Introduction

๐Ÿงฑ partner.steamgames ๐Ÿงฑ

C# bindings for Steam Partner WebApi

Nuget

Usage

public class SampleClass 
{
    private readonly ISteamPartnerApi steamApi;
    public SampleClass(ISteamPartnerApi SteamApi) => this.steamApi = SteamApi;


    public async ValueTask CreateLobby(SteamId id)
    {
        await this.steamApi.Matchmaking.CreateLobby(32, ELobbyType.Public, "Test Name", new List<ulong> { steamId });
    }
}

// in DI configure


services.AddSteamPartnerApi();

in appsettings.json

{
  "Logging": { ... },
  },
  "Steam": {
    "PartnerApiKey": "Your Partner Api Key",
    "ClassicApiKey": "Your Steam Api Key",
    "AppId": 730,
    "ServerAppId": 740,
    "ApiEndpoint": "https://api.steampowered.com",
    "PartnerEndpoint": "https://partner.steam-api.com"
  }
}

Install

Install-Package partner.steamgames

๐Ÿงฌ Roadmap

Legend:

  • ๐Ÿ“Œ To Do
  • โšก๏ธ In Progress
  • โ˜ฃ๏ธ Partial Done
  • โœ… Done
Feature Status
IBroadcastService ๐Ÿ“Œ
ICheatReportingService โœ…
ICloudService ๐Ÿ“Œ
IEconMarketService ๐Ÿ“Œ
IEconService ๐Ÿ“Œ
IGameInventory ๐Ÿ“Œ
IGameNotificationsService ๐Ÿ“Œ
IGameServersService ๐Ÿ“Œ
IInventoryService ๐Ÿ“Œ
ILobbyMatchmakingService โ˜ฃ๏ธ
IPlayerService ๐Ÿ“Œ
IPublishedFileService ๐Ÿ“Œ
ISiteLicenseService ๐Ÿ“Œ
ISteamApps ๐Ÿ“Œ
ISteamCommunity ๐Ÿ“Œ
ISteamEconomy ๐Ÿ“Œ
ISteamGameServerStats ๐Ÿ“Œ
ISteamLeaderboards ๐Ÿ“Œ
ISteamMicroTxn ๐Ÿ“Œ
ISteamMicroTxnSandbox ๐Ÿ“Œ
ISteamNews ๐Ÿ“Œ
ISteamPublishedItemSearch ๐Ÿ“Œ
ISteamPublishedItemVoting ๐Ÿ“Œ
ISteamUserAuth โ˜ฃ๏ธ
ISteamUser โ˜ฃ๏ธ
ISteamUserStats ๐Ÿ“Œ
ISteamWebAPIUtil ๐Ÿ“Œ
IWorkshopService ๐Ÿ“Œ

partner.steamgames's People

Contributors

0xf6 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.