mirror of
https://gitea.tendokyu.moe/eamuse/docs.git
synced 2025-01-19 06:27:24 +01:00
30 lines
785 B
HTML
30 lines
785 B
HTML
{% extends "base.html" %}
|
|
{% block body %}
|
|
<h1><code>esoc</code></h1>
|
|
<h2 id="read"><code>esoc.read</code></h2>
|
|
<h3>Request:</h3>
|
|
<pre><code><call <i>...</i>>
|
|
<esoc method="read">
|
|
<senddata />
|
|
</esoc>
|
|
</call></code></pre>
|
|
<h3>Response:</h3>
|
|
<pre><code><response>
|
|
<esoc status="<i>status</i>">
|
|
<recvdata />
|
|
</esoc>
|
|
</response></code></pre>
|
|
<p>Go figure.</p>
|
|
|
|
<h2 id="write"><code>esoc.write</code></h2>
|
|
<h3>Request:</h3>
|
|
<pre><code><call <i>...</i>>
|
|
<esoc method="write">
|
|
<senddata />
|
|
</esoc>
|
|
</call></code></pre>
|
|
<h3>Response:</h3>
|
|
<pre><code><response>
|
|
<esoc status="<i>status</i>" />
|
|
</response></code></pre>
|
|
{% endblock %} |