The ApplicationLayer consists of 16 BasicServices which are generic across all the Microservices in the layer. This library provides implementation for all the 16 BasicServices.
To integrate the BasicServices package,
- Include the dependency to the package.json,
"dependencies": {
"onf-core-model-ap-bs": "1.0.0"
}
- After including this dependency , run
npm install npm installwill download the "onf-core-model-ap-bs" package from the npm repository- The downloaded packages will be available in the "node_modules/onf-core-model-ap-bs/`