ONSdigital/rm-notify-gateway
GOV.UK Notify gateway for Response Management.
Notify Gateway Service
This service is no longer in use. it has been replaced by our cloud function ras-rm-notify
This repository contains the Notify Gateway service. This microservice is a web service implemented using Spring Boot. It provides a wrapper around GOV.UK Notify, offering both a RESTful and queue interface to clients.
The Notify Gateway provides an interface for Response Management to send communications to users using the GOV.UK Notify service. It is implemented using Spring Boot.
Running
There are two ways of running this service
- The easiest way is via docker (https://github.com/ONSdigital/ras-rm-docker-dev)
- Alternatively running the service up in isolation
cp .maven.settings.xml ~/.m2/settings.xml # This only needs to be done once to set up mavens settings file mvn clean install mvn spring-boot:run
Code Styler
To use the code styler please goto this url (https://github.com/google/google-java-format) and follow the Intellij instructions or Eclipse depending on what you use
API
See API.md for API documentation.
Copyright
Copyright (C) 2017 Crown Copyright (Office for National Statistics)