@extendapps/performioapi
v1.0.26
Published
A distributable module for Performio connectivity using NetSuite API's
Downloads
26
Readme
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);
}
});