{% extends "withnav_template.html" %} {% from "components/page-footer.html" import page_footer %} {% block page_title %} GOV.UK Notify | API keys and documentation {% endblock %} {% block maincolumn_content %}
blah blah blah this is where we tell you how the API works
https://github.com/alphagov/notify-api
Notify API
A python api client for Notify
blah blah blah this is what to do for Python
here is; some() { code.stuff(); }
API endpoint: https://www.notify.works/api/endpoint
{{ page_footer( back_link=url_for('.dashboard', service_id=service_id), back_link_text='Back to dashboard' ) }} {% endblock %}