16 lines
320 B
Text
16 lines
320 B
Text
#include "includes/header.chtml"
|
|
#import koji
|
|
|
|
<h4>API reference <small>(hub version: $koji_version, web version: $koji.__version__)</small></h4>
|
|
|
|
<ul>
|
|
#for method in $methods
|
|
<li>
|
|
<pre><b>$method['name']$method['argdesc']</b>
|
|
$method['doc']
|
|
</pre>
|
|
</li>
|
|
#end for
|
|
</ul>
|
|
|
|
#include "includes/footer.chtml"
|