From 82dcf916ff43e20a666670a9aff0e66c830ec754 Mon Sep 17 00:00:00 2001 From: Catherine Heywood Date: Mon, 23 May 2016 10:29:33 +0100 Subject: [PATCH] restore list of libraries --- docs/index.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/index.md b/docs/index.md index 9e9585658..6b1fa8898 100644 --- a/docs/index.md +++ b/docs/index.md @@ -54,16 +54,13 @@ To find out more about GOV.UK Notify, see the [Government as a Platform](https:/

Integrate the GOV.UK Notify API into your service

-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

Authenticate requests