The FeedHenry SAP Netweaver Connector. For more information on SAP Netweaver see: https://github.com/jdorner/node-sapnwrfc.git.
SAP Netweaver support enabled on a per-customer basis
Open a connection and get Netweaver version
|--------------|------------------| | Endpoint | /cloud/netweaver | | HTTP Method | POST |
{
}
{
"ok": "true"
}
All the tests are in the "test/" directory. The cloud app is using mocha as the test runner.
npm run unit
or
npm run test
npm run coverage