mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-07 08:28:24 -04:00
Merge pull request #2197 from alphagov/quis-patch-1
Update description of what the API repo is for
This commit is contained in:
10
README.md
10
README.md
@@ -1,12 +1,12 @@
|
|||||||
[](https://requires.io/github/alphagov/notifications-api/requirements/?branch=master)
|
[](https://requires.io/github/alphagov/notifications-api/requirements/?branch=master)
|
||||||
[](https://coveralls.io/github/alphagov/notifications-api?branch=master)
|
[](https://coveralls.io/github/alphagov/notifications-api?branch=master)
|
||||||
|
|
||||||
# notifications-api
|
# GOV.UK Notify API
|
||||||
Notifications api
|
|
||||||
Application for the notification api.
|
|
||||||
|
|
||||||
Read and write notifications/status queue.
|
Contains:
|
||||||
Get and update notification status.
|
- the public-facing REST API for GOV.UK Notify, which teams can integrate with using [our clients](https://www.notifications.service.gov.uk/documentation)
|
||||||
|
- an internal-only REST API built using Flask to manage services, users, templates, etc (this is what the [admin app](http://github.com/alphagov/notifications-admin) talks to)
|
||||||
|
- asynchronous workers built using Celery to put things on queues and read them off to be processed, sent to providers, updated, etc
|
||||||
|
|
||||||
## Setting Up
|
## Setting Up
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user