Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 498 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 498 Bytes

health-apis-mock-vler

A Spring Boot microservice that emulates the VLER Direct Secure Messaging API. This can be used to provide synthetic VLER data outside the VA Intranet.

To invoke, make a get request to the /direct/addresses path. Example request:

http://localhost:9090/direct/addresses

Mock data is stored in JSON files within the repository that are loaded.

No additional application properties are required to run this application.