From 1542bd5e0533c535a5b4410ff83f1db8956a5acd Mon Sep 17 00:00:00 2001 From: Brian Corrigan Date: Wed, 4 Oct 2017 08:48:13 -0400 Subject: Initial commit --- en/introduction.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 en/introduction.md (limited to 'en/introduction.md') diff --git a/en/introduction.md b/en/introduction.md new file mode 100644 index 0000000..9399d1b --- /dev/null +++ b/en/introduction.md @@ -0,0 +1,27 @@ +# Vainglory Developer API Guide + +![](/assets/cover.png) + +The Vainglory Game Data Service makes it easy for players and developers to access to in-game data. + +Build something great! + +At the moment this Service is in **Preview** mode. You can see sample data, test the interface, and provide feedback to our development team. + +The Server now makes every attempt to implement the [JSON-API](http://jsonapi.org/) specification. Where a deviation occurs, it is likely unintentional and can be reported to the team in our [Discord](https://discord.me/vaingloryapi). + +We show example language bindings using CURL and plan to add libraries for Ruby, NodeJS, Java, Python and more. Community contributions are welcome and rewarded with good karma \(and swag!\) You can view code examples in the dark area to the right, and you can switch the programming language of the examples with the tabs in the top right. + +*** + +Download a .pdf, .epub, or .mobi file from: + +https://www.gitbook.com/book/gamelocker/vainglory/details + +Contribute content, suggestions, and fixes via either: + * [https://www.gitbook.com/book/gamelocker/vainglory](https://www.gitbook.com/book/gamelocker/vainglory) + * [https://github.com/gamelocker/vainglory](https://github.com/gamelocker/vainglory) + +*** + +Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License -- cgit v1.3.1