mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-17 07:42:15 -04:00
restore list of libraries
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user