Node JS SDK will be installed and a package named 'zcrmsdk' will be created in the local machine.
The package can be added using the following code:
- var ZCRMRestClient = require('zcrmsdk')
Installing the SDK
Run the command below to install the Node JS SDK to your machine.
Another
method to install the SDK is to add it in dependencies to
the package.json of the node server with the latest version
(recommended) and to run npm install in the directory which installs all
the dependencies mentioned in package.json.
Upgrade the SDK
Run this command to upgrade the Node JS SDK to the latest version.
- npm install --upgrade zcrmsdk