zcrm-nodejs-sdk icon indicating copy to clipboard operation
zcrm-nodejs-sdk copied to clipboard

Node SDK for Zoho CRM

Results 4 zcrm-nodejs-sdk issues
Sort by recently updated
recently updated
newest added

in generateAuthTokens method (ZCRMRestClient.js @ line 112), it was setting config.code = grant_token, when it really just needs to be set to grant_token.code.

I have fixed some typos in README. Do review and provide feedback ,Thanks.

Cannot read property 'statusCode' of undefined ``` TypeError: Cannot read property 'statusCode' of undefined at Request._callback (/app/node_modules/zcrmsdk/lib/js/util.js:129:21) at self.callback (/app/node_modules/request/request.js:185:22) at Request.emit (events.js:198:13) at Request.EventEmitter.emit (domain.js:448:20) at Request.onRequestError (/app/node_modules/request/request.js:877:8) at...