mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-28 09:59:40 -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://coveralls.io/github/alphagov/notifications-api?branch=master)
|
||||
|
||||
# notifications-api
|
||||
Notifications api
|
||||
Application for the notification api.
|
||||
# GOV.UK Notify API
|
||||
|
||||
Read and write notifications/status queue.
|
||||
Get and update notification status.
|
||||
Contains:
|
||||
- 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user