You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead, callers are required to construct whatever steam web interface they want to use through the steam web factory.
Refactored some interface/method classes to reduce repetition.
Removed the "\\" replacement in JSON response since some players can have quotes in their names and this escape is needed to parse the JSON properly. Still don't know how to handle some of the API methods returning invalid JSON with wrong "\\" escapes.
// we assert here because SteamWebRequest is never constructed by the application, instead it is constructed by SteamWebSession (controlled by this library)
22
-
Debug.Assert(developerKey!=null);
23
-
24
-
// we assert here because the name is never determined by the caller and should never be null or empty
0 commit comments