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

fh-connector-sap-netweaver-cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

fh-connector-sap-netweaver-cloud

License:Apache License 2.0


Languages

Language:HTML 86.9%Language:JavaScript 12.7%Language:CSS 0.4%