Skip to content

Commit 554b7c7

Browse files
author
Justin Skiles
authored
Update README.md
1 parent 15df87d commit 554b7c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Instead of stressing about parsing the ugly JSON responses yourself, just use th
2222
* Clean up some of the more egregious JSON responses where JSON arrays should have been used but weren't.
2323
* Offer a sane way of handling the various representations and conversions of Steam ID by offering a SteamId class.
2424
* 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.
2528

2629
## Install the Library from NuGet
2730
See the library in the NuGet gallery [here](https://www.nuget.org/packages/SteamWebAPI2).

0 commit comments

Comments
 (0)