@babak2000ir/navbc-proxy

2.4.0 • Public • Published

NAV/BC Proxy Module


install @thenavpeople/navbc-proxy


This module contains functionality to connect to Dynamics NAV and Business Central; and supports both basic and ntlm authentications.

The module depends on @thenavpeople/base-app and you have to pass Nav/BC credentials.

const navbcProxy = require('@thenavpeople/navbc-proxy')({
    "webserviceBaseUrl": "",
    "username": "",
    "password": ""
});

The accepted parameters and their default values for initilising this module are as follows:

{
    "webserviceBaseUrl": "",
    "authorizationType": "Basic",   //Basic, Ntlm
    "username": "",
    "password": "",
    "domain": "",                   //For Ntlm
    "debugMode": false
}

Package Sidebar

Install

npm i @babak2000ir/navbc-proxy

Weekly Downloads

1

Version

2.4.0

License

SEE LICENCE IN LICENCE.md

Unpacked Size

9.06 kB

Total Files

5

Last publish

Collaborators

  • babak2000ir