restore list of libraries

This commit is contained in:
Catherine Heywood
2016-05-23 10:29:33 +01:00
parent 384049585b
commit 82dcf916ff

View File

@@ -54,16 +54,13 @@ To find out more about GOV.UK Notify, see the [Government as a Platform](https:/
<h2 id="integrate_Notify">Integrate the GOV.UK Notify API into your service</h2>
If you code in one of the languages listed below, you can use a client library provided by GOV.UK Notify to integrate the GOV.UK Notify API into your service:
There are 2 ways to integrate the API into your service:
Language | Library
--- | ---
Python | [Link to Python library coding examples](https://github.com/alphagov/notifications-python-client)
PHP | [Link to PHP library coding examples](https://github.com/alphagov/notifications-php-client)
Java | [Link to Java library coding examples](https://github.com/alphagov/notifications-java-client)
If you code in a different language, you need to develop your own integration to produce requests in the correct format.
* use one of the client libraries provided by GOV.UK Notify (see the Usage section in the Readme files):
* [Python library](https://github.com/alphagov/nnotifications-python-client/blob/master/README.md#usage)
* [PHP library](https://github.com/alphagov/notifications-php-client/blob/master/README.md#usage)
* [Java library](https://github.com/alphagov/notifications-java-client)
* develop your own integration to produce requests in the correct format
<h3 id="AuthRequests">Authenticate requests</h3>