Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to get different area price by GetStoreAppDetailsAsync #116

Closed
madaono opened this issue Mar 29, 2021 · 3 comments · Fixed by #117
Closed

how to get different area price by GetStoreAppDetailsAsync #116

madaono opened this issue Mar 29, 2021 · 3 comments · Fixed by #117
Assignees

Comments

@madaono
Copy link

madaono commented Mar 29, 2021

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

@madaono
Copy link
Author

madaono commented Mar 30, 2021

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

@babelshift
Copy link
Owner

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 babelshift self-assigned this Mar 30, 2021
@babelshift
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants