@extendapps/performioapi

1.0.26 • Public • Published

Performio - API

A distributable module for Performio connectivity using NetSuite API's

See https://s3-ap-southeast-2.amazonaws.com/performio-api-documentation/index.html for more details

Usage

Importing

import {PerformioAPI} from './performioapi';

Example

const performioAPI: PerformioAPI = new PerformioAPI('gateway-qa-performance', 'CLIENT_ID', 'CLIENT_SECRET');

performioAPI.getStandardImportFileTypes({
    OK: importerTypes => {
        log.audit('getStandardImportFileTypes - OK', importerTypes);
    },
    Failed: clientResponse => {
        log.error('getStandardImportFileTypes - Failed', clientResponse);
    }
});

More Details

Dependencies (0)

    Dev Dependencies (5)

    Package Sidebar

    Install

    npm i @extendapps/performioapi

    Weekly Downloads

    0

    Version

    1.0.26

    License

    MIT

    Unpacked Size

    45.3 kB

    Total Files

    19

    Last publish

    Collaborators

    • extendappsdarren
    • waldo-extendapps