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
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,9 @@ Instead of stressing about parsing the ugly JSON responses yourself, just use th
22
22
* Clean up some of the more egregious JSON responses where JSON arrays should have been used but weren't.
23
23
* Offer a sane way of handling the various representations and conversions of Steam ID by offering a SteamId class.
24
24
* Handles legacy, modern, and 64-bit Steam Id representations
25
+
26
+
**NOTE:**
27
+
Valve's [Steamworks documentation](https://partner.steamgames.com/doc/webapi) doesn't do a good job at explaining the difference between their public API and partner API. This library only works with the public-facing API located at: `api.steampowered.com`. Any endpoints from their documentation that are located at the `partner.steam-api.com` will not be accessible with this library. I am not a registered publisher and thus don't have access to any of the partner endpoints.
25
28
26
29
## Install the Library from NuGet
27
30
See the library in the NuGet gallery [here](https://www.nuget.org/packages/SteamWebAPI2).
0 commit comments