CL-EA-NodeJS-Template
CL-EA-NodeJS-Template copied to clipboard
Hi Team, I am new to external adaptor. I appoligise if I am asking a dumb question. I created an external adaptor (by the nodejs template) --> created bridge on...
The `body-parser` module is no longer needed as `express` provides it out-of-the-box from version `>=4.17.0`.
Currently, a `validator` object is created in `createRequest` in line 22 with `const validator = new Validator(callback, input, customParams)` However, the validator.js class constructor shows as ``` constructor(input = {},...