diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-06-17 18:23:25 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-06-17 18:23:25 +0000 |
commit | 4e17e675414fd1af646827d4ceeb2a96c1335995 (patch) | |
tree | b5d7748e959237d714ab6942b1b92707266613a5 /protocols/Steam/doc/sources.txt | |
parent | 64c2db2196761922e242aece07166ee4b9926a86 (diff) |
Steam:
- first approach of captcha support
- added some docs
git-svn-id: http://svn.miranda-ng.org/main/trunk@9533 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/doc/sources.txt')
-rw-r--r-- | protocols/Steam/doc/sources.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/protocols/Steam/doc/sources.txt b/protocols/Steam/doc/sources.txt new file mode 100644 index 0000000000..ccac7b00a3 --- /dev/null +++ b/protocols/Steam/doc/sources.txt @@ -0,0 +1,11 @@ +Steam web API
+http://steamcommunity.com/dev
+Official supported API
+http://api.steampowered.com/ISteamWebAPIUtil/GetSupportedAPIList/v0001/
+Not supported, bud worked API
+http://pastebin.com/qsX36TMT
+Steam browser protocol
+https://developer.valvesoftware.com/wiki/Steam_browser_protocol
+Other realization on c++
+https://code.google.com/p/pidgin-opensteamworks/
+https://github.com/jgeboski/bitlbee-steam
\ No newline at end of file |