gigya-sdk

1.1.1 • Public • Published

Gigya SDK

Install

npm install --save gigya-sdk

Setup

const Gigya = require('gigya-sdk');
 
const gigyaAccounts = new Gigya.Accounts({
  apiKey: '',
  secret: '',
  ssl: true,
});

Usage

Callbacks

gigyaAccounts.getAccountInfo({ UID: '' }, (err, result) => {
  //
});

Promises

gigyaAccounts.getAccountInfo({ UID: '' }).then((response) => {
  //
});

Readme

Keywords

none

Package Sidebar

Install

npm i gigya-sdk

Weekly Downloads

0

Version

1.1.1

License

MIT

Unpacked Size

15.2 kB

Total Files

8

Last publish

Collaborators

  • moeriki