Client for HMPO Life Events service
Generated using openapi-generator
To update code with updated OpenAPI, run script
../bin/code-gen.sh
Note : This generates a maven project and changes need to be merged manually to gradle and made sure any manual changes are not overriden
The project uses Gradle as a build tool. It already contains
./gradlew
wrapper script, so there's no need to install gradle.
To build the project execute the following command:
./gradlew build
To check which versions is available on jitpack: https://jitpack.io/com/github/hmcts/life-events-client/
To check on the build log on the version: https://jitpack.io/com/github/hmcts/life-events-client/{version}/build.log
This project is licensed under the MIT License - see the LICENSE file for details