Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 614 Bytes

File metadata and controls

18 lines (13 loc) · 614 Bytes

Integrating Basic Services Package

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,

  1. Include the dependency to the package.json,
"dependencies": {    
   "onf-core-model-ap-bs": "1.0.0"
  }
  1. After including this dependency , run npm install
  2. npm install will download the "onf-core-model-ap-bs" package from the npm repository
  3. The downloaded packages will be available in the "node_modules/onf-core-model-ap-bs/`