# sap-cf-destconn

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

Latest version **1.0.0** (published 2023-12-05) · ISC license · 0 weekly downloads

## Install

```sh
npm install sap-cf-destconn
pnpm add sap-cf-destconn
yarn add sap-cf-destconn
bun add sap-cf-destconn
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2023-12-05 |
| First published | 2019-11-26 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 24.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Maintainers | jowavp |

## Links

- npm: https://www.npmjs.com/package/sap-cf-destconn
- Repository: https://github.com/jowavp/sap-cf-destconn
- Homepage: https://github.com/jowavp/sap-cf-destconn#readme
- Issues: https://github.com/jowavp/sap-cf-destconn/issues
- npm.io page: https://npm.io/package/sap-cf-destconn

## Dependencies (2)

- [axios](https://npm.io/package/axios.md) ^1.6.2
- [@sap/xsenv](https://npm.io/package/@sap/xsenv.md) ^4.2.0

## Recent versions

- 1.0.0 (latest) — 2023-12-05
- 0.0.38 — 2023-11-17
- 0.0.37 — 2023-01-16
- 0.0.36 — 2023-01-16
- 0.0.35 — 2022-11-18
- 0.0.34 — 2022-11-18
- 0.0.33 — 2022-04-26
- 0.0.32 — 2022-03-25
- 0.0.31 — 2022-02-09
- 0.0.30 — 2021-03-25
- 0.0.29 — 2021-03-03
- 0.0.28 — 2021-02-24
- 0.0.27 — 2021-02-23
- 0.0.26 — 2021-02-23
- 0.0.25 — 2021-02-04
- … 24 more at https://npm.io/package/sap-cf-destconn/versions

## README

# sap-cf-destconn
NodeJS Library that wraps the calls for the destination and connectivity service

## Installation
using npm:

```bash
$ npm install -s sap-cf-destconn
```

## Example

### Read the destination configuration 

```js
    const {readDestination} = require('sap-cf-destconn');
    const destinationConfig = await readDestination("destinationName", "<JWT Token if you use Oauth2SAML or Oauth2USerToken>");
```

### Read the connectivity configuration 

```js
    const {readConnectivity} = require('sap-cf-destconn');
    const connectivityConfig = await readConnectivity("<locationID>", "<JWT Token if you use principal propagation>");
```

---
_Source: https://npm.io/package/sap-cf-destconn · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
