Difference between revisions of "WebAPI/Implementations"
< WebAPI
(Added one more) |
(→Implementations: Add GSapi) |
||
Line 6: | Line 6: | ||
* [https://github.com/smiley/steamapi SteamAPI (Unofficial)] - Object-oriented Python 2.7+ library. | * [https://github.com/smiley/steamapi SteamAPI (Unofficial)] - Object-oriented Python 2.7+ library. | ||
* [https://github.com/Tsukanov/steam-locomotive Steam Locomotive] - PHP wrapper with some tools. | * [https://github.com/Tsukanov/steam-locomotive Steam Locomotive] - PHP wrapper with some tools. | ||
+ | * [http://facepunch.com/showthread.php?p=45039402 GSapi] - Garry's Mod Lua implementation. | ||
[[Category:WebAPI]] | [[Category:WebAPI]] |
Revision as of 23:04, 24 October 2014
Use this page for listing other implementations of the Steam web API that aren't appropriate in the main list. Keep it clean. Projects should be in a list format giving the language(s) they are written in and a link to their code /or README. The implementation must be under an open source license.
Implementations
- Steamodd - Python
- SteamAPI (Unofficial) - Object-oriented Python 2.7+ library.
- Steam Locomotive - PHP wrapper with some tools.
- GSapi - Garry's Mod Lua implementation.