0.5.6 • Published 10 months ago

@extendapps/deputyapi v0.5.6

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
10 months ago

Deputy API NetSuite module

A distributable module for Deputy connectivity using NetSuite API's

See https://developer.deputy.com/deputy-docs/docs for more details

Installation Instructions

npm install --save-dev @extendapps/deputyapi

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

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

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

Update .gitignore

Add the following to you .gitignore file

/Source/deputyapi/

Create a symbolic link (Manual)

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

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

import {DeputyAPI} from './deputyapi';

Usage

More Details

Techincal Details

0.5.6

10 months ago

0.5.5

1 year ago

0.3.0

2 years ago

0.5.0

2 years ago

0.5.2

2 years ago

0.2.16

2 years ago

0.2.15

2 years ago

0.2.14

2 years ago

0.1.12

2 years ago

0.2.13

2 years ago

0.2.12

2 years ago

0.2.11

2 years ago

0.2.10

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.1.10

2 years ago

0.1.11

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.9

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago