36d91dd0b3
I like it because it doesn't allow the text to fill horizontally over the entire screen.
128 lines
No EOL
4 KiB
HTML
128 lines
No EOL
4 KiB
HTML
<!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>HTTP Routing Table — Accounting API 0.1-beta documentation</title>
|
|
|
|
<link rel="stylesheet" href="_static/flasky.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.1-beta',
|
|
COLLAPSE_INDEX: false,
|
|
FILE_SUFFIX: '.html',
|
|
HAS_SOURCE: true
|
|
};
|
|
</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="top" title="Accounting API 0.1-beta documentation" href="index.html" />
|
|
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
|
|
|
|
|
|
<script type="text/javascript">
|
|
DOCUMENTATION_OPTIONS.COLLAPSE_INDEX = true;
|
|
</script>
|
|
|
|
|
|
</head>
|
|
<body>
|
|
|
|
|
|
|
|
<div class="related">
|
|
<h3>Navigation</h3>
|
|
<ul>
|
|
<li class="right" style="margin-right: 10px">
|
|
<a href="genindex.html" title="General Index"
|
|
accesskey="I">index</a></li>
|
|
<li class="right" >
|
|
<a href="#" title="HTTP Routing Table"
|
|
>routing table</a> |</li>
|
|
<li class="right" >
|
|
<a href="py-modindex.html" title="Python Module Index"
|
|
>modules</a> |</li>
|
|
<li><a href="index.html">Accounting API 0.1-beta documentation</a> »</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="document">
|
|
<div class="documentwrapper">
|
|
<div class="bodywrapper">
|
|
<div class="body">
|
|
|
|
|
|
<h1>HTTP Routing Table</h1>
|
|
|
|
<div class="modindex-jumpbox">
|
|
<a href="#cap-/transaction"><strong>/transaction</strong></a>
|
|
</div>
|
|
|
|
<table class="indextable modindextable" cellspacing="0" cellpadding="2">
|
|
<tr class="pcap"><td></td><td> </td><td></td></tr>
|
|
<tr class="cap" id="cap-/transaction"><td></td><td>
|
|
<strong>/transaction</strong></td><td></td></tr>
|
|
<tr>
|
|
<td></td>
|
|
<td>
|
|
<a href="restapi.html#post--transaction"><tt class="xref">POST /transaction</tt></a></td><td>
|
|
<em></em></td></tr>
|
|
<tr>
|
|
<td></td>
|
|
<td>
|
|
<a href="restapi.html#get--transaction"><tt class="xref">GET /transaction</tt></a></td><td>
|
|
<em></em></td></tr>
|
|
<tr>
|
|
<td></td>
|
|
<td>
|
|
<a href="restapi.html#delete--transaction--string-transaction_id-"><tt class="xref">DELETE /transaction/<string:transaction_id></tt></a></td><td>
|
|
<em></em></td></tr>
|
|
</table>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="sphinxsidebar">
|
|
<div class="sphinxsidebarwrapper">
|
|
<p class="logo"><a href="index.html">
|
|
<img class="logo" src="_static/accounting-api-logo.png" alt="Logo"/>
|
|
</a></p><h3>Related Topics</h3>
|
|
<ul>
|
|
<li><a href="index.html">Documentation overview</a><ul>
|
|
</ul></li>
|
|
</ul>
|
|
<div id="searchbox" style="display: none">
|
|
<h3>Quick search</h3>
|
|
<form class="search" action="search.html" method="get">
|
|
<input type="text" name="q" />
|
|
<input type="submit" value="Go" />
|
|
<input type="hidden" name="check_keywords" value="yes" />
|
|
<input type="hidden" name="area" value="default" />
|
|
</form>
|
|
<p class="searchtip" style="font-size: 90%">
|
|
Enter search terms or a module, class or function name.
|
|
</p>
|
|
</div>
|
|
<script type="text/javascript">$('#searchbox').show(0);</script>
|
|
</div>
|
|
</div>
|
|
<div class="clearer"></div>
|
|
</div>
|
|
<div class="footer">
|
|
© Copyright 2013, Joar Wandborg.
|
|
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>.
|
|
</div>
|
|
|
|
</body>
|
|
</html> |