1.0.0 • Published 12 months ago

zcatalyst-integ-cliq v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

catalyst npm Vulnerabilities for npm package NPM npm dependencies npm bundle size

ZCatalyst-Cliq-SDK helps you to work with Node.js for handling Zoho Cliq extensions using Zoho Catalyst.

Prerequisites

To start working with this SDK you need a catalyst account Sign Up

Then you need to install Node.js and npm.

Installing

The ZCatalyst-Cliq-SDK is a npm package and can be found as zcatalyst-integ-cliq:

npm install --save zcatalyst-integ-cliq

To use the SDK in your application, import it from any JavaScript file as:

import cliq from 'zcatalyst-integ-cliq';

Documentation

Documentation - Here you will find details on how to use this SDK in a Catalyst Integration function.