1.0.16 • Published 5 years ago

@extendapps/keygen v1.0.16

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
5 years ago

keygen

A distributable module for keygen.sh connectivity using NetSuite API's

See https://keygen.sh/ for more details

Installation Instructions

npm install --save-dev @extendapps/keygen

Once installed, you'll need to make this module relative to you code in order to confirm to NetSuite's relative imports

Create a symbolic link

  • Navigate to the root folder of you TypeScript source
  • ln -s ../node_modules/\@extendapps/keygen/

This will create a reference to the keygen folder and allow you to use the appropriate import statement

import {KeyGen, KeyGenCallBack, License, LicenseCallback} from './keygen';

Usage

Create an object that holds you keygen information

const CloudSheet: any = {
    accountId: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx',
    policyId: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx',
    productToken: 'prod-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
};

Create a KeyGen instance

const keyGen: KeyGen = new KeyGen({
    accountId: CloudSheet.accountId,
    token: CloudSheet.productToken
});

More Details

Techincal Details

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.2

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago