1.0.26 • Published 2 years ago

@extendapps/performioapi v1.0.26

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
2 years ago

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

1.0.26

2 years ago

1.0.25

3 years ago

1.0.23

4 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.11

4 years ago

1.0.13

4 years ago

1.0.10

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago