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

how to get different area price by GetStoreAppDetailsAsync #116

Closed madaono closed 3 years ago

madaono commented 3 years ago

when i call this api, it will return my default currency, how to get all area price ?

madaono commented 3 years ago

when i call GetAssetPricesAsync with appid: 1468810, it throws 500

babelshift commented 3 years ago

For your first comment, looks like there is an optional parameter cc that can change the currency returned. For example, the following returns currency Mexican Pesos.

https://store.steampowered.com/api/appdetails/?appids=1086940&cc=mx

However, this library doesn't yet support that parameter. I'll see about getting it added.

babelshift commented 3 years ago

For your second comment, please open a new issue since it seems entirely unrelated to your first comment.