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

ISteamMicroTxn Interface is not supported?

bloomk opened this issue · comments

Steam Microtransactions are not supported? If so I can't see how to do it..

As described in the Steamworks Authentication Documentation, some REST methods are only available to users with a valid Steamworks Publisher API Key. Since I don't have a Steamworks account to access these private methods, there is no way for me to develop and test against them.

The ISteamMicroTxn interface is just one example of a private interface behind this gate.