mirror of
https://gitea.tendokyu.moe/eamuse/docs.git
synced 2025-01-07 09:01:34 +01:00
13 lines
402 B
HTML
13 lines
402 B
HTML
{% extends "base.html" %}
|
|
{% block body %}
|
|
<h1><code>apsmanager</code></h1>
|
|
<h2 id="getstat"><code>apsmanager.getstat</code></h2>
|
|
<h3>Request:</h3>
|
|
<pre><code><call <i>...</i>>
|
|
<apsmanager method="getstat" model*="" />
|
|
</call></code></pre>
|
|
<h3>Response:</h3>
|
|
<pre><code><response>
|
|
<apsmanager status="<i>status</i>" />
|
|
</response></code></pre>
|
|
{% endblock %} |