Endpoint
/{{ endpoint.path }}
Methods
{% for method in endpoint.methods %}
{{ method }}
{% endfor %}
View:
{{ endpoint.view }}
{% if endpoint.serializers %}
Serializer:
{{ endpoint.serializers }}
{% endif %}
{% if endpoint.model %}
Model:
{{ endpoint.model }}
{% endif %}