cds-hyper-app-service
TypeScript icon, indicating that this package has built-in type declarations

6.1.0 • Public • Published

CDS Hyper Application Service

hyper service implementation layer for CAP nodejs runtime

npm license npm type definitions codecov

Quality Gate Status Bugs Vulnerabilities Technical Debt

Get Started

install dependency

npm i -S cds-hyper-app-service

overwrite the app-service implementation

{
  "cds": {
    "requires": {
      "app-service": {
        "impl": "cds-hyper-app-service",
        // default value, developer could overwrite this config
        "exts": ["builtIn"]
      }
    }
  }
}

Built-in Extensions

Features

  • [x] ApplicationServiceExt concept
    • [x] optional beforeInit/afterInit method
    • [x] support options for exts node
    • [ ] more context data
    • [ ] documentation/example

Compatible Table

  • @sap/cds@5 <-> cds-hyper-impl@0.x
  • @sap/cds@6 <-> cds-hyper-impl@6.x

Readme

Keywords

Package Sidebar

Install

npm i cds-hyper-app-service

Weekly Downloads

0

Version

6.1.0

License

Apache-2.0

Unpacked Size

1.79 MB

Total Files

177

Last publish

Collaborators

  • suntao