Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

feedhenry-templates/fh-connector-sap-netweaver-cloud

Repository files navigation

FeedHenry SAP Netweaver Connector

Dependency Status

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

Group SAP Netweaver Connector API

Connection

Open a connection and get Netweaver version

|--------------|------------------| | Endpoint | /cloud/netweaver | | HTTP Method | POST |

Request (application/json)

Body
{
}

Response 200 (application/json)

Body
{
  "ok": "true"
}

Tests

All the tests are in the "test/" directory. The cloud app is using mocha as the test runner.

Unit tests

npm run unit

or

npm run test

Unit coverage

npm run coverage