summaryrefslogtreecommitdiff
path: root/en/sdks.md
diff options
context:
space:
mode:
Diffstat (limited to 'en/sdks.md')
-rw-r--r--en/sdks.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/en/sdks.md b/en/sdks.md
new file mode 100644
index 0000000..0556f7e
--- /dev/null
+++ b/en/sdks.md
@@ -0,0 +1,31 @@
+# Community SDK's
+
+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 - [nathancarter/rvgapi](https://github.com/nathancarter/rvgapi)
+
+##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)