handling zoho functions
npm install @sigmasofttelecom/zoho-helperConnecting To zoho services and manage most of the API's
##### Using github
``bash`
git clone https://github.com/cellsigmasoftware/zoho-helper.git
cd zoho-helper
npm install
##### Using package
* https://www.npmjs.com/package/@sigmasofttelecom/zoho-helper
``
const People = require("@sigmasofttelecom/zoho-helper").People;
const people = new People("APP_NAME","CLIENT_ID","CLIENT_SECRET","REFRESH_TOKEN");
if you are using this package for many tokens you should separate APP_NAME
#### Available Classes
* People
* CRM
* Orchestly
* Books
const Zoho = require("@sigmasofttelecom/zoho-helper").Zoho;
const zoho = new Zoho(CLIENT_ID,CLIENT_SECRET,null);
zoho.initialize(["ZohoCRM.modules.ALL"],"http://github.com/redirect");
``#Zoho People Functions
getForms(formName,sIndex=1,limit=200)
limit (maximum 200)
* getFormsAllData(formName)
getAttendanceReport(sdate
* employee_id null for all employees
* updateForms(formName,data\
#Zoho Orchestly - Or QNTRL
* getAllJobs(org_id,parameters\
* getAllOfAllJobs(org_id,parameters\
* getAllReports(org_id)
* getReport(org_id,report_id)
* getAllLayout(org_id)
* getLayer(org_id,layout_id)
* getAllCustomFields(org_id)
* getJobDetail(org_id,job_id,parameters\
#Zoho Books
* createBankAccount(org_id,parameters\
* getCurrencies(org_id\
* getOrganizationId(\
* addTransaction(org_id,parameters\
* addExpense(org_id,parameters\
* getExpense(org_id\
* getChartOfAccounts(org_id\
#Zoho Functions
* removeToken
* fetchLastToken
* customRequest
* initialize
#Support
* Please don't forget to contact with me if you have any problem: