{% extends "base.html" %} {% block head %} {% endblock %} {% block title %} {{title}} {% endblock %} {% block nav %} {% endblock %} {% block content%}

{{description}}

Input

Output

Enpoint

https://hub.xpub.nl/soupboat/{{base_url}}/api/{{title}}/ {% for (param, tp) in parameters %} {{ "?" if loop.first else "" }} {{param}}=<{{param}}> {{ "&" if not loop.last else "" }} {% endfor %}

Try it

{% for (param, tp) in parameters %} {% endfor %}
{{documentation| markdown}}
{% endblock %}