1.1.5 • Published 2 years ago

@extendapps/flexportapi v1.1.5

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
2 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

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.5-beta.1

2 years ago

1.1.5-beta.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

0.0.22

2 years ago

0.0.23

2 years ago

1.0.0-beta.0

2 years ago

1.0.0-beta.1

2 years ago

0.0.20

2 years ago

0.0.21

2 years ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.15

2 years ago

0.0.16

2 years ago

0.0.17

2 years ago

0.0.18

2 years ago

0.0.19

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago