make whole list html

This commit is contained in:
catherineheywood
2016-04-25 14:57:47 +01:00
parent b5e509cc06
commit be468f16c3

View File

@@ -65,13 +65,16 @@ GOV.UK Notify provides an API that allows you to create text and email notificat
There are two ways to integrate the API into your service:
* use one of the client libraries provided by GOV.UK Notify:
<ul class="list list-bullet">
<li>use one of the client libraries provided by GOV.UK Notify:
<ul class="list list-bullet">
<li> [Python library](https://github.com/alphagov/notifications-python-client) </li>
<li> [PHP library] (https://github.com/alphagov/notifications-php-client) </li>
<li> [Java library] (https://github.com/alphagov/notifications-java-client) </li>
</ul>
* develop your own integration to produce requests in the correct format
</li>
<li>develop your own integration to produce requests in the correct format</li>
</ul>
GOV.UK Notify uses [JSON Web Tokens (JWT)](https://jwt.io/) for authentication and identification. The GOV.UK Notify client libraries encode and decode JSON Web Tokens when making requests to the GOV.UK Notify API. If you dont use one of these libraries, you must manually create tokens yourself.