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

IEconItems_440/GetSchema is deprecated #66

Closed aleksamagicka closed 4 years ago

aleksamagicka commented 6 years ago

IEconItems_440/GetSchema is now deprecated (returns HTTP 410). Here is what it returns:

{
    "result": {
        "status": 80,
        "note": "Deprecated: See GetSchemaOverview and GetSchemaItems"
    }
}

More info here and here.

CriticalFlaw commented 5 years ago

Is there an update on when/if this will be fixed?

babelshift commented 4 years ago

Fixed with #82