API Reflector
Go to Admin
Tags
{% for tag in tags %}
{{ tag }}
{% endfor %}
Endpoints & Responses
{% for endpoint in endpoints %}
{{ endpoint.name }}
View in admin
{{ endpoint.method }} {{ endpoint.path }}
{% for response in endpoint.responses %}
{% if not response.is_active %}
{% endif %} {{ response.name}} ({{ response }}) {% if not response.is_active %}
{% endif %}
{% for tag in response.tags %}
{{ tag }}
{% endfor %}
{% endfor %}
{% endfor %}