{% extends 'core/base.html' %} {% load i18n %} {% load core_tags %} {% block content %}
{% blocktrans trimmed %} The RDMO API allows you to interact with the service programmatically using scripts or other tools. We provide several sets of endpoints: {% endblocktrans %}
{% if schema_url %}The OpenAPI specification is available at: {{ schema_url }}.
{% endif %} {% if swagger_url %}The Swagger interface is available at: {{ swagger_url }}.
{% endif %} {% if redoc_url %}The Redoc interface is available at: {{ redoc_url }}.
{% endif %}{% blocktrans trimmed %} The different modules of RDMO have separate endpoints: {% endblocktrans %}