blob: 07d89d9743d78a041b6e9f406fbedd3a1be16f52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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
|