diff --git a/app/templates/views/api-keys.html b/app/templates/views/api-keys.html index c5615f741..8eaf3d2f0 100644 --- a/app/templates/views/api-keys.html +++ b/app/templates/views/api-keys.html @@ -7,13 +7,62 @@ GOV.UK Notify | API keys and documentation {% block maincolumn_content %} -

API keys and documentation

+

API documentation and key

-

Here's where developers can access information about the API and access keys

+

How to integrate Notify into your service

+ +

blah blah blah this is where we tell you how the API works

+ +

Repositories

+ +

https://github.com/alphagov/notify-api
+ Notify API

+ +

A python api client for Notify

+ + +

Python client

+ +

blah blah blah this is what to do for Python

+ +
+

+ here is; + some() { + code.stuff(); + } +

+
+ +

+ +
+ +

API key for [service name]

+ +

API endpoint: https://www.notify.works/api/endpoint

+ +
+

Show API key

+
+ + + + + + +
{{ page_footer( back_link=url_for('.dashboard', service_id=service_id), back_link_text='Back to dashboard' ) }} -{% endblock %} +{% endblock %} \ No newline at end of file