Api Documents

{% for name,auth_header,actions in reslist %}

{{name}}

{% for url, meth, action, needtoken, inputs, outputs, docs in actions %} {% endfor %}
action url method param auth return docs
{{action}} {{url}} {{meth}}
{{inputs}}
{{needtoken}}
{{outputs}}
{{docs}}
{% endfor %}