0.0.24 • Published 3 years ago

@agilita/sap-cf-destconn v0.0.24

Weekly downloads
1
License
ISC
Repository
github
Last release
3 years ago

sap-cf-destconn

NodeJS Library that wraps the calls for the destination and connectivity service

Installation

using npm:

$ npm install -s sap-cf-destconn

Example

Read the destination configuration

    const {readDestination} = require('sap-cf-destconn');
    const destinationConfig = await readDestination("destinationName", "<JWT Token if you use Oauth2SAML or Oauth2USerToken>")

Read the connectivity configuration

    const {readConnectivity} = require('sap-cf-destconn');
    const connectivityConfig = await readConnectivity("<locationID>", "<JWT Token if you use principal propagation>")