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

GetPlayerItemsAsync returning error 410 #113

Closed 1nexis closed 3 years ago

1nexis commented 3 years ago

Method not working anymore ?

babelshift commented 3 years ago

Do you have an example request to reproduce? This will help investigation. Thanks.

On Mon, Mar 1, 2021, 5:23 PM nexis notifications@github.com wrote:

Method not working anymore ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/babelshift/SteamWebAPI2/issues/113, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAUY4XYSGXPCAYIRK23HJJTTBQHWVANCNFSM4YNO4HDQ .

1nexis commented 3 years ago
            var webInterfaceFactory = new SteamWebInterfaceFactory(apiKey);
            var steamUserInterface = webInterfaceFactory.CreateSteamWebInterface<EconItems>(AppId.CounterStrikeGO, new HttpClient());
            var webResponse = await steamUserInterface.GetPlayerItemsAsync(steamID);
babelshift commented 3 years ago

According to a reddit thread from 2017, this endpoint has been "gone" for a while now.

It's confusing because the endpoint is still listed when retrieving via the endpoint that shows all valid endpoints seen here.