{% load markup %} Piston generated documentation

API Documentation

{% for doc in docs %}

{{ doc.name|cut:"Handler" }}:

{{ doc.get_doc|default:""|restructuredtext }}

URL: {{ doc.get_resource_uri_template }}

Accepted methods: {% for meth in doc.allowed_methods %}{{ meth }}{% if not forloop.last %}, {% endif %}{% endfor %}

{% for method in doc.get_all_methods %}
method {{ method.name }}({{ method.signature }}){% if method.stale %} - inherited{% else %}:{% endif %}
{% if method.get_doc %}
{{ method.get_doc|default:""|restructuredtext }}
{% endif %} {% endfor %}
{% endfor %}