1.0.26 • Published 3 years ago

@extendapps/performioapi v1.0.26

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
3 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

3 years ago

1.0.25

3 years ago

1.0.23

4 years ago

1.0.22

5 years ago

1.0.21

5 years ago

1.0.20

5 years ago

1.0.19

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.11

5 years ago

1.0.13

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.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago