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
}

Package Sidebar

Install

npm i loopback-connector-vtiger

Weekly Downloads

4

Version

1.4.10

License

ISC

Unpacked Size

20.7 kB

Total Files

7

Last publish

Collaborators

  • it-factory