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

ISteamMicroTxn Interface is not supported? #59

Closed bloomk closed 6 years ago

bloomk commented 6 years ago

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

babelshift commented 6 years ago

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.