27 lines
905 B
HTML
27 lines
905 B
HTML
{% extends "base.html" %}
|
|
{% block body %}
|
|
<h1><code>package</code></h1>
|
|
<h2 id="list"><code>package.list</code></h2>
|
|
<h3>Request:</h3>
|
|
<pre><code><call <i>...</i>>
|
|
<package method="list" pkgtype="<i>pkgtype</i>" model*="" />
|
|
</call></code></pre>
|
|
<p><code>all</code> is the only currently observed value for <code>pkgtype</code></p>
|
|
<h3>Response:</h3>
|
|
<pre><code><response>
|
|
<package status="<i>status</i>">
|
|
<item[] url="" />
|
|
</package>
|
|
</response></code></pre>
|
|
<p>A list of all packages available for download.</p>
|
|
|
|
<h2 id="intend"><code>package.intend</code></h2>
|
|
<h3>Request:</h3>
|
|
<pre><code><call <i>...</i>>
|
|
<package method="intend" url="" model*="" />
|
|
</call></code></pre>
|
|
<h3>Response:</h3>
|
|
<pre><code><response>
|
|
<package status="<i>status</i>" />
|
|
</response></code></pre>
|
|
{% endblock %} |