2016-03-18 16:25:43 +00:00
{% extends "withoutnav_template.html" %}
2016-01-19 09:55:13 +00:00
2017-02-13 10:45:15 +00:00
{% block per_page_title %}
2017-11-28 11:58:15 +00:00
Documentation
2016-01-19 09:55:13 +00:00
{% endblock %}
{% block maincolumn_content %}
2016-02-09 10:28:12 +00:00
< div class = "grid-row" >
2017-11-28 11:58:15 +00:00
< div class = "column-two-thirds" >
2018-11-05 15:17:07 +00:00
< h1 class = "heading-large" > Documentation < / h1 >
< p > Integrate with the GOV.UK Notify API using one of our clients (links open in a new tab):< / p >
< ul class = "list list-bullet" >
{% for key, label in [
('java', 'Java'),
('net', '.NET'),
('node', 'Node JS'),
('php', 'PHP'),
('python', 'Python'),
('ruby', 'Ruby'),
] %}
< li > < a href = "https://docs.notifications.service.gov.uk/{{ key }}.html" target = "_blank" rel = "noopener" > {{ label }}< / a > < / li >
{% endfor %}
< / 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 >
2016-04-15 10:48:31 +01:00
< / div >
2016-01-24 21:03:00 +00:00
< / div >
2016-01-19 09:55:13 +00:00
{% endblock %}