1.1.5 • Published 3 years ago

@extendapps/flexportapi v1.1.5

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

Flexport API NetSuite module

A distributable module for Flexport connectivity using NetSuite API's

See https://developers.flexport.com/s/api for more details

Installation Instructions

npm install --save-dev @extendapps/flexportapi

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

Dev-Ops Suggestions

Add the following commands to you "scripts" section in your package.json

"flexportapi-setup": "cd Source; ln -s ../node_modules/\@extendapps/flexportapi/"

"flexportapi-deploy": "cp Source/flexportapi/flexportapi.js FileCabinet/PATH_TO_ROOT/",

Update .gitignore

Add the following to you .gitignore file

/Source/flexportapi/

Create a symbolic link (Manual)

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

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

import {FlexportAPI} from './flexportapi';

Usage

More Details

Techincal Details

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.5-beta.1

3 years ago

1.1.5-beta.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

0.0.22

3 years ago

0.0.23

3 years ago

1.0.0-beta.0

3 years ago

1.0.0-beta.1

3 years ago

0.0.20

3 years ago

0.0.21

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.15

3 years ago

0.0.16

3 years ago

0.0.17

3 years ago

0.0.18

3 years ago

0.0.19

3 years ago

0.0.11

4 years ago

0.0.12

3 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago