Files
2019-06-24 08:47:03 +02:00

136 lines
4.7 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Welcome to SQLite REST APIs documentation! &#8212; SQLite REST API 0.5 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></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>
<script type="text/javascript" src="_static/language_data.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
</head><body>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="welcome-to-sqlite-rest-api-s-documentation">
<h1>Welcome to SQLite REST APIs documentation!<a class="headerlink" href="#welcome-to-sqlite-rest-api-s-documentation" title="Permalink to this headline"></a></h1>
<div class="toctree-wrapper compound">
</div>
<div class="section" id="module-server">
<span id="sqlite-rest-api-server"></span><h2>SQLite REST API server<a class="headerlink" href="#module-server" title="Permalink to this headline"></a></h2>
<dl class="function">
<dt id="server.main_server_loop">
<code class="sig-prename descclassname">server.</code><code class="sig-name descname">main_server_loop</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="_modules/server.html#main_server_loop"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#server.main_server_loop" title="Permalink to this definition"></a></dt>
<dd><p>Master http server - the main executable / daemon</p>
<p>Contains basic server settings and how the sub-modules
are called and mounted to their respective paths</p>
<dl class="simple">
<dt>Args:</dt><dd><p><em>None</em></p>
</dd>
<dt>Sets:</dt><dd><p><em>server_config</em>: dict(), updates cherrypy.config
<em>conf:</em> dict(), see Cherrypy docs for more
<em>cherrypy.config:</em> dict(), see Cherrypy docs for more</p>
</dd>
<dt>Returns:</dt><dd><p><em>N/A</em></p>
</dd>
<dt>Raises:</dt><dd><p><em>Exception</em> If server is unable to start</p>
</dd>
</dl>
</dd></dl>
</div>
<div class="section" id="module-server.sqlite">
<span id="sqlite-api-call-module"></span><h2>SQLite API call module<a class="headerlink" href="#module-server.sqlite" title="Permalink to this headline"></a></h2>
</div>
</div>
<div class="section" id="indices-and-tables">
<h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline"></a></h1>
<ul class="simple">
<li><p><a class="reference internal" href="genindex.html"><span class="std std-ref">Index</span></a></p></li>
<li><p><a class="reference internal" href="py-modindex.html"><span class="std std-ref">Module Index</span></a></p></li>
<li><p><a class="reference internal" href="search.html"><span class="std std-ref">Search Page</span></a></p></li>
</ul>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h1 class="logo"><a href="#">SQLite REST API</a></h1>
<h3>Navigation</h3>
<div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="#">Documentation overview</a><ul>
</ul></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" />
<input type="submit" value="Go" />
</form>
</div>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
&copy;2019, SpotOn s.r.o.
|
Powered by <a href="http://sphinx-doc.org/">Sphinx 2.1.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
|
<a href="_sources/index.rst.txt"
rel="nofollow">Page source</a>
</div>
</body>
</html>