babelshift / SteamWebAPI2

🎮 C# / .NET library that makes it easy to use the Steam Web API. It conveniently wraps around all of the JSON data and ugly API details with clean methods, structures and classes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IInventoryService missing?

kamyker opened this issue · comments

@kamyker which methods on this interface are you looking for? This is one of those interfaces that has some private methods that require a Steamworks Partnership and some public methods which are much more limited.

Everything in https://partner.steamgames.com/doc/webapi/IInventoryService . I'm using steamworks for my game.

@kamyker the problem is that I don't have a Steamworks account and have no way of authenticating and testing the private methods that require one. I unfortunately had to give a similar response to PR #68.

Maybe contact Valve or open fund raising for 100$ to buy Steamworks account?