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 >
< 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 >
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 %}