summaryrefslogtreecommitdiff
path: root/build/html/introduction.html
diff options
context:
space:
mode:
authorKen <kenny@madgloryint.com>2017-11-01 13:27:17 -0400
committerKen <kenny@madgloryint.com>2017-11-01 13:27:17 -0400
commit1385a3cefc7312a3f18e8d78a854411b53c75e67 (patch)
treef27292fc20215f68c25ab09830947da56fb732a9 /build/html/introduction.html
parent0f19a09673be2bb79426e21a6460d5095f43287a (diff)
downloadvainglory-docs-1385a3cefc7312a3f18e8d78a854411b53c75e67.tar.gz
vainglory-docs-1385a3cefc7312a3f18e8d78a854411b53c75e67.zip
Initial commit of the new logs.
Diffstat (limited to 'build/html/introduction.html')
-rw-r--r--build/html/introduction.html143
1 files changed, 143 insertions, 0 deletions
diff --git a/build/html/introduction.html b/build/html/introduction.html
new file mode 100644
index 0000000..91a88c2
--- /dev/null
+++ b/build/html/introduction.html
@@ -0,0 +1,143 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Introduction &#8212; Battelrite 0.2 documentation</title>
+ <link rel="stylesheet" href="_static/css/battlerite.css" type="text/css" />
+ <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
+ <script type="text/javascript">
+ var DOCUMENTATION_OPTIONS = {
+ URL_ROOT: './',
+ VERSION: '0.2',
+ COLLAPSE_INDEX: false,
+ FILE_SUFFIX: '.html',
+ HAS_SOURCE: true,
+ SOURCELINK_SUFFIX: '.txt'
+ };
+ </script>
+ <script type="text/javascript" src="_static/jquery.js"></script>
+ <script type="text/javascript" src="_static/underscore.js"></script>
+ <script type="text/javascript" src="_static/doctools.js"></script>
+ <link rel="index" title="Index" href="genindex.html" />
+ <link rel="search" title="Search" href="search.html" />
+ <link rel="next" title="Datacenters" href="datacenters/datacenters.html" />
+ <link rel="prev" title="Gamelocker Documentation" href="index.html" />
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
+ </head>
+ <body>
+<header id="BTT" role="banner">
+ <div class="menu-top-outer clearfix">
+ <div class="wrapper clearfix">
+ <a href="/" id="site-logo"></a>
+ <span id="logSignBtn" class="btn">Login / Signup</span>
+ <nav id="mainMenu" class="main-menu-con">
+ <ul class="main-menu clearfix">
+ <li><a class="active" href="guides.html">Documentation</a></li>
+ <li><a href="faq.html">Faqs</a></li>
+ <li><a href="creations.html">Creations</a></li>
+ </ul>
+ </nav>
+ </div>
+ </div>
+</header>
+
+ <div class="related top">
+ <nav id="rellinks">
+ <ul>
+ <li>
+ &larr;
+ <a href="index.html" title="Previous document">Gamelocker Documentation</a>
+ </li>
+ <li>
+ <a href="datacenters/datacenters.html" title="Next document">Datacenters</a>
+ &rarr;
+ </li>
+ </ul>
+ </nav>
+ <nav id="breadcrumbs">
+ <ul>
+ <li><a href="index.html">Battelrite 0.2 documentation</a></li>
+ </ul>
+ </nav>
+ </div>
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+ <div class="body" role="main">
+
+ <div class="section" id="introduction">
+<h1>Introduction<a class="headerlink" href="#introduction" title="Permalink to this headline">¶</a></h1>
+<p>The first version of the Vainglory Game Data Service is an exciting step forward towards making it easier for users to have open access to in-game data.</p>
+<p>Build something great!</p>
+<p>At the moment this Service is in Alpha Preview mode. You can see sample data, test the interface, and provide feedback to our development team.</p>
+<p>While we initially took a different approach, based on community feedback the Server now makes every attempt to implement the required features of the <a class="reference external" href="http://jsonapi.org/">JSON-API</a>. specification.</p>
+<p>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.</p>
+<div class="section" id="versioning">
+<h2>Versioning<a class="headerlink" href="#versioning" title="Permalink to this headline">¶</a></h2>
+<p>We following <a class="reference external" href="http://semver.org/">SEMVER</a>. standards, using a MAJOR.MINOR.PATCH versioning scheme. This means that we will increment versioning in the following way:</p>
+<p>MAJOR version when we make incompatible API changes,
+MINOR version when we add functionality in a backwards-compatible manner,
+PATCH version when we make backwards-compatible bug fixes.
+You can see the current version and deploy date by viewing the Status endpoint.</p>
+</div>
+</div>
+
+
+ </div>
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h3><a href="index.html">Table Of Contents</a></h3>
+<ul class="current">
+<li class="toctree-l1 current"><a class="current reference internal" href="#">Introduction</a><ul>
+<li class="toctree-l2"><a class="reference internal" href="#versioning">Versioning</a></li>
+</ul>
+</li>
+<li class="toctree-l1"><a class="reference internal" href="datacenters/datacenters.html">Datacenters</a></li>
+<li class="toctree-l1"><a class="reference internal" href="authorization/authorization.html">Authorization</a></li>
+<li class="toctree-l1"><a class="reference internal" href="titles/titles.html">Titles</a></li>
+<li class="toctree-l1"><a class="reference internal" href="makingrequests/makingrequests.html">Making Requests</a></li>
+<li class="toctree-l1"><a class="reference internal" href="receivingresponses/receivingresponses.html">Receiving Responses</a></li>
+<li class="toctree-l1"><a class="reference internal" href="matches/matches.html">Matches</a></li>
+<li class="toctree-l1"><a class="reference internal" href="match_data_summary/match_data_summary.html">Match Data Summary</a></li>
+<li class="toctree-l1"><a class="reference internal" href="players/players.html">Players</a></li>
+<li class="toctree-l1"><a class="reference internal" href="samples/samples.html">Samples</a></li>
+<li class="toctree-l1"><a class="reference internal" href="telemetry/telemetry.html">Telemetry</a></li>
+<li class="toctree-l1"><a class="reference internal" href="teams/teams.html">Teams</a></li>
+<li class="toctree-l1"><a class="reference internal" href="links/links.html">Links</a></li>
+<li class="toctree-l1"><a class="reference internal" href="community_sdks/community_sdks.html">Community SDKs</a></li>
+<li class="toctree-l1"><a class="reference internal" href="errors/errors.html">Errors</a></li>
+<li class="toctree-l1"><a class="reference internal" href="changelog/changelog.html">Changelog</a></li>
+</ul>
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="related bottom">
+ <nav id="rellinks">
+ <ul>
+ <li>
+ &larr;
+ <a href="index.html" title="Previous document">Gamelocker Documentation</a>
+ </li>
+ <li>
+ <a href="datacenters/datacenters.html" title="Next document">Datacenters</a>
+ &rarr;
+ </li>
+ </ul>
+ </nav>
+ <nav id="breadcrumbs">
+ <ul>
+ <li><a href="index.html">Battelrite 0.2 documentation</a></li>
+ </ul>
+ </nav>
+ </div>
+
+ </body>
+</html> \ No newline at end of file