2010-01-27 06:43:17 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>0xdb.org API</title>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
|
|
<script type="text/javascript" src="/static/js/jquery/jquery.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Public API</h1>
|
|
|
|
<a href="http://code.0xdb.org/oxdb2/annotate/head%3A/oxdb/backend/views.py">look inside</a>
|
|
|
|
<div>
|
|
|
|
{% for f in api %}
|
|
|
|
<div>
|
2010-01-29 11:03:45 +00:00
|
|
|
<h2><a name="{{f.name}}">action: {{f.name}}</a></h2>
|
2010-01-27 06:43:17 +00:00
|
|
|
<pre style="padding-left: 24px">
|
|
|
|
{{f.doc|safe}}
|
|
|
|
</pre>
|
|
|
|
</div>
|
|
|
|
{% endfor %}
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|