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.
MIT License
263 stars 43 forks source link

IInventoryService missing? #80

Open kamyker opened 4 years ago

babelshift commented 4 years ago

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

kamyker commented 4 years ago

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

babelshift commented 4 years ago

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

kamyker commented 4 years ago

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