1.0.3 • Published 6 years ago
personal-data-service-api v1.0.3
Personal Data Service API
This service is a simulation of an external data source for accessing personal details of individuals.
It is implemented as a Mock Server so only the test scenarios for the Lookup Service API test specification are supported here.
Getting started
Install Personal Data Service API:
npm install -g personal-data-service-api
Start Personal Data Service API:
personal-data-service-api
Try it:
curl http://localhost:3000/personal-details/424-11-9327
You should get the following back:
{"first_name":"Emma","last_name":"Gautrey","address":"09 Westend Terrace"}