babelshift/SteamWebAPI2

GetPlayerItemsAsync returning error 410

Closed this issue · 3 comments

Method not working anymore ?

            var webInterfaceFactory = new SteamWebInterfaceFactory(apiKey);
            var steamUserInterface = webInterfaceFactory.CreateSteamWebInterface<EconItems>(AppId.CounterStrikeGO, new HttpClient());
            var webResponse = await steamUserInterface.GetPlayerItemsAsync(steamID);

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.