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-01-24 21:03:00 +00:00
< div class = "grid-row" >
2017-11-28 11:58:15 +00:00
< div class = "column-two-thirds" >
< h1 class = "heading-large" > Documentation </ h1 >
2018-01-31 13:43:17 +00:00
< p > Integrate with the GOV.UK Notify API using one of our clients (links open in a new tab):</ p >
2017-11-28 11:58:15 +00:00
< ul class = "list list-bullet" >
2018-06-07 12:08:30 +01:00
< li >< a href = "https://docs.notifications.service.gov.uk/java.html" target = "_blank" rel = "noopener" > Java</ a ></ li >
2018-01-31 13:43:17 +00:00
< li >< a href = "https://github.com/alphagov/notifications-net-client" target = "_blank" rel = "noopener" > .NET</ a ></ li >
< li >< a href = "https://github.com/alphagov/notifications-node-client" target = "_blank" rel = "noopener" > Node JS</ a ></ li >
< li >< a href = "https://github.com/alphagov/notifications-php-client" target = "_blank" rel = "noopener" > PHP</ a ></ li >
2018-04-19 09:51:13 +01:00
< li >< a href = "https://docs.notifications.service.gov.uk/python.html" target = "_blank" rel = "noopener" > Python</ a ></ li >
2018-01-31 13:43:17 +00:00
< li >< a href = "https://github.com/alphagov/notifications-ruby-client" target = "_blank" rel = "noopener" > Ruby</ a ></ li >
2017-11-28 11:58:15 +00:00
</ ul >
2017-11-28 12:00:12 +00:00
< 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 %}