diff options
| author | Brian Corrigan <bcorrigan78@gmail.com> | 2017-10-04 08:48:13 -0400 |
|---|---|---|
| committer | Brian Corrigan <bcorrigan78@gmail.com> | 2017-10-04 08:48:13 -0400 |
| commit | 1542bd5e0533c535a5b4410ff83f1db8956a5acd (patch) | |
| tree | 0921b175dc5aef422e667125cefe5cf748c788e1 /es/sdks.md | |
| download | vainglory-docs-1542bd5e0533c535a5b4410ff83f1db8956a5acd.tar.gz vainglory-docs-1542bd5e0533c535a5b4410ff83f1db8956a5acd.zip | |
Initial commit
Diffstat (limited to 'es/sdks.md')
| -rw-r--r-- | es/sdks.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/es/sdks.md b/es/sdks.md new file mode 100644 index 0000000..33bd66a --- /dev/null +++ b/es/sdks.md @@ -0,0 +1,31 @@ +# SDK De La Comunidad + +Contribuciones de la comunidad son bienvenidos y recompensados con buen karma (y mucho swag!) Si estás trabajando con un API, déjanos saber en el servidor de Discord y añadiremos un enlace! + +##Java + +Una adaptación Java del API de Vainglory - [DominicGunn/flicker](http://github.com/DominicGunn/flicker) + +##Python + +Python 3 wrapper para el Gamelocker API - [schneefux/python-gamelocker](http://github.com/schneefux/python-gamelocker) + +Python 3 wrapper para el Gamelocker API - [ClarkThyLord/madglory-ezl](https://github.com/ClarkThyLord/madglory-ezl) + +##JavaScript + +Un cliente JavaScript API - [seripap/vainglory](https://github.com/seripap/vainglory) + +##R + +Un proyecto dando clases de R6 (para el lenguaje R) para acceder el API - [nathancarter/rvgapi](https://github.com/nathancarter/rvgapi) + +##Go + +Una prueba de un concepto de cliente go para el Vainglory Developer API - [madglory/vainglory-go-client](https://github.com/madglory/vainglory-go-client) + +##Ruby + +Un Ruby gem wrapper para el Vainglory Developer API - +[Ruby Gem](https://rubygems.org/gems/vainglory-api) | +[Github](https://github.com/cbortz/vainglory-api-ruby)
\ No newline at end of file |
