Skip to content

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

Notifications You must be signed in to change notification settings

jowavp/sap-cf-destconn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>");

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published