diff options
| author | Ken <kenny@madgloryint.com> | 2017-11-01 13:27:17 -0400 |
|---|---|---|
| committer | Ken <kenny@madgloryint.com> | 2017-11-01 13:27:17 -0400 |
| commit | 1385a3cefc7312a3f18e8d78a854411b53c75e67 (patch) | |
| tree | f27292fc20215f68c25ab09830947da56fb732a9 /build/html/_sources/community_sdks | |
| parent | 0f19a09673be2bb79426e21a6460d5095f43287a (diff) | |
| download | vainglory-docs-1385a3cefc7312a3f18e8d78a854411b53c75e67.tar.gz vainglory-docs-1385a3cefc7312a3f18e8d78a854411b53c75e67.zip | |
Initial commit of the new logs.
Diffstat (limited to 'build/html/_sources/community_sdks')
| -rw-r--r-- | build/html/_sources/community_sdks/community_sdks.rst.txt | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/build/html/_sources/community_sdks/community_sdks.rst.txt b/build/html/_sources/community_sdks/community_sdks.rst.txt new file mode 100644 index 0000000..07d89d9 --- /dev/null +++ b/build/html/_sources/community_sdks/community_sdks.rst.txt @@ -0,0 +1,46 @@ +.. _community_sdks: + +Community SDKs +=============== + +Community contributions are welcome and rewarded with good karma (and swag!) If you are currently working on an API, let us know on the Discord server and we will add a link! + +Java +--------------------------- + +A Java adaptation of the Vainglory API - `DominicGunn/flicker <http://github.com/DominicGunn/flicker/>`_. + + +Python +--------------------------- + +Python 3 wrapper for the Gamelocker API - `schneefux/python-gamelocker <http://github.com/schneefux/python-gamelocker/>`_. +Python 3 wrapper for the Gamelocker API - `ClarkThyLord/madglory-ezl <https://github.com/ClarkThyLord/madglory-ezl/>`_. + + +JavaScript +--------------------------- + +A JavaScript API client - `seripap/vainglory <https://github.com/seripap/vainglory/>`_. + + +R +--------------------------- + +A project providing R6 classes (for the R language) for accessing the API - `madglory/vainglory-go-client <https://github.com/madglory/vainglory-go-client/>`_. + + +Go +--------------------------- + +A proof of concept go client for the Vainglory Developer API - `madglory/vainglory-go-client <https://github.com/madglory/vainglory-go-client/>`_. + + +Ruby +--------------------------- + +A Ruby gem wrapper for the Vainglory Developer API - `Ruby Gem <https://rubygems.org/gems/vainglory-api/>`_. || `Github <https://github.com/cbortz/vainglory-api-ruby/>`_. + + +.. toctree:: + :maxdepth: 2 |
