mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-21 09:40:55 -04:00
27 lines
1.1 KiB
HTML
27 lines
1.1 KiB
HTML
{% extends "withoutnav_template.html" %}
|
|
|
|
{% block per_page_title %}
|
|
Documentation
|
|
{% endblock %}
|
|
|
|
{% block maincolumn_content %}
|
|
|
|
<div class="grid-row">
|
|
<div class="column-two-thirds">
|
|
|
|
<h1 class="heading-large"> Documentation </h1>
|
|
<p>Use our API documentation to integrate with GOV.UK Notify using the following clients:</p>
|
|
<ul class="list list-bullet">
|
|
<li><a href="https://github.com/alphagov/notifications-java-client">Java</a></li>
|
|
<li><a href="https://github.com/alphagov/notifications-net-client">.NET</a></li>
|
|
<li><a href="https://github.com/alphagov/notifications-node-client">Node JS</a></li>
|
|
<li><a href="https://github.com/alphagov/notifications-php-client">PHP</a></li>
|
|
<li><a href="https://github.com/alphagov/notifications-python-client">Python</a></li>
|
|
<li><a href="https://github.com/alphagov/notifications-ruby-client">Ruby</a></li>
|
|
</ul>
|
|
<p>You can also find out about <a href="{{ url_for('main.integration_testing')}}">integration testing</a> and the different types of API keys that you can use.</p>
|
|
</div>
|
|
</div>
|
|
|
|
{% endblock %}
|