2016-09-20 11:34:37 +01:00
|
|
|
|
{% extends "withnav_template.html" %}
|
|
|
|
|
|
{% from "components/table.html" import list_table, field, hidden_field_heading %}
|
|
|
|
|
|
{% from "components/api-key.html" import api_key %}
|
|
|
|
|
|
|
|
|
|
|
|
{% block page_title %}
|
|
|
|
|
|
API integration – GOV.UK Notify
|
|
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
|
|
{% block maincolumn_content %}
|
|
|
|
|
|
|
|
|
|
|
|
<h1 class="heading-large">
|
|
|
|
|
|
API integration
|
|
|
|
|
|
</h1>
|
|
|
|
|
|
|
|
|
|
|
|
<a href="{{ url_for('.api_keys', service_id=current_service.id) }}">API keys</a>
|
2016-09-20 11:38:22 +01:00
|
|
|
|
<a href="{{ url_for('.api_documentation', service_id=current_service.id) }}">Documentation</a>
|
2016-09-20 11:34:37 +01:00
|
|
|
|
|
|
|
|
|
|
{% endblock %}
|