-
Notifications
You must be signed in to change notification settings - Fork 43
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
EconItems #131
Comments
var steamEconomyInterface = webInterfaceFactory.CreateSteamWebInterface(AppId.CounterStrikeGO, new HttpClient()); Error 410 (Gone). which means the page has been deleted. mb is bug? |
If you're still out there, I'll need more information about the nature of the error. Please provide more details.
While Valve does sometimes remove endpoints on their API without warning, I am not able to reproduce this issue. That method binds to the following endpoint, which appears to still be active.
|
This method is removed by Valve. Its not working anymore. |
Hi guys, help me plz. How get user inventory. I tried to use:
var steamEconomyInterface = webInterfaceFactory.CreateSteamWebInterface(new HttpClient());
But when called, a constructor error occurs. Of course, I was doing something wrong.
How can I use the interface EconItems, for get user inventory? And how to work with the trading platform?
The text was updated successfully, but these errors were encountered: