loopback-connector-vtiger

1.4.10 • Public • Published

loopback-connector-vtiger

The VTIGER connector enables LoopBack applications to interact with VTIGER tunnel API.

Installation

In your application root directory, enter:

$ npm install loopback-connector-vtiger --save

This will install the module from npm and add it as a dependency to the application's  package.json file.

Example datasource.json

A complete example datasource.json:

"vtiger": {
  "host": "http://vti.localhost.mc",
  "port": 80,
  "username": "loopback",
  "password": "password",
  "name": "vtiger",
  "connector": "vtiger",
  "crud": false,
  "operations": {},
  "loggerPath" : "server/app/logger.js",
  "countSessionsToInit": 1
}

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.4.103latest

Version History

VersionDownloads (Last 7 Days)Published
1.4.103
1.4.90
1.4.80
1.4.70
1.4.60
1.4.51
1.4.40
1.4.30
1.4.20
1.4.10
1.4.00
1.3.00
1.2.10
1.2.00
1.1.120
1.1.110
1.1.100
1.1.90
1.1.80
1.1.70
1.1.60
1.1.50
1.1.40
1.1.30
1.1.20
1.1.10
1.1.00
1.0.80
1.0.70
1.0.60
1.0.50
1.0.40
1.0.30
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i loopback-connector-vtiger

Weekly Downloads

3

Version

1.4.10

License

ISC

Unpacked Size

20.7 kB

Total Files

7

Last publish

Collaborators

  • it-factory