0.0.8 • Published 2 years ago

gigya-cdp-sdk v0.0.8

Weekly downloads
2
License
ISC
Repository
github
Last release
2 years ago

SAP Customer Data Platform SDK (CDP SDK)

REUSE status

Description

SAP Customer Data Platform's SDK provides an interface for the configuring your CDP instance and sending events for ingestion. By SAP Customer Data Cloud (SAP CDC Gigya).

Download and Installation

npm i gigya-cdp-sdk

Usage

import {CDP} from "gigya-cdp-sdk";

const sdk = new CDP({
    userKey: '123123123',
    secret: '*************'
}, { /* SDK Options */ });

sdk.businessunits.for('123-buId').get().then(bu => bu.name);

SDK Options

When initializing the SDK instance, you can override several of its properties mentioned below with their defaults:

{
    proxy: undefined as string, // e.g. 'http://127.0.0.1:8888'
    ignoreCertError: false, // for ignoring certificate errors when using a proxy
    verboseLog: false // for informative logs
}

Limitations

None

Known Issues

None

How to obtain support

Via SAP standard support. https://developers.gigya.com/display/GD/Opening+A+Support+Incident

Contributing

Via pull request to this repository.

To-Do (upcoming changes)

None

Licensing

Please see our LICENSE for copyright and license information.

0.0.8

2 years ago

0.0.7

3 years ago

0.0.5

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago