diff --git a/swh/web/templates/api/endpoints.html b/swh/web/templates/api/endpoints.html index 2dcdc519..677a54ca 100644 --- a/swh/web/templates/api/endpoints.html +++ b/swh/web/templates/api/endpoints.html @@ -1,90 +1,90 @@ {% extends "layout.html" %} {% comment %} Copyright (C) 2015-2018 The Software Heritage developers See the AUTHORS file at the top-level directory of this distribution License: GNU Affero General Public License version 3, or any later version See top-level LICENSE file for more information {% endcomment %} {% load swh_templatetags %} {% block title %} Endpoints – Software Heritage API {% endblock %} {% block navbar-content %}
{% endblock %} {% block content %}Below you can find a list of the available endpoints for version 1 of the Software Heritage API. For a more general introduction please refer to the API overview.
Endpoints marked "available" are considered stable for the current version of the API; endpoints marked "upcoming" are work in progress that will be stabilized in the near future.
Endpoint | Description | {% for route, doc in doc_routes %}|
---|---|---|
{% url doc.route_view_name %} | {% else %}{% url doc.route_view_name %} | {% endif %}{{ doc.doc_intro | safe_docstring_display | safe }} |