API v.{{ content.0 }} MAP
{% for uri, info in content.1 %}
{% if info.fields or info.resource %}+{% else %}-{% endif %} {{ uri }}
{% for m in info.methods %}{{ m }} {% endfor %}
{% for a in info.auth %} {{ a }} {% endfor %}
{% if info.fields or info.resource %}
{% if info.resource %}Resource: {{ info.resource }}
{% endif %} {% if info.fields %} Fields:
{% for f, v in info.fields %}
{{ f }}
{{ v.help }}
{% endfor %}
{% endif %}
{% endif %}
{% endfor %}