Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

zcrmsdk

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zcrmsdk - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

lib/js/util.js

@@ -182,6 +182,6 @@

}
return params;
}
function constructRequestDetails(input, url, type, isModuleParam)

@@ -188,0 +188,0 @@ {

{
"name": "zcrmsdk",
"version": "0.0.1",
"version": "0.0.2",
"description": "Node SDK for Zoho CRM",

@@ -5,0 +5,0 @@ "main": "lib/js/ZCRMRestClient",

@@ -13,7 +13,13 @@ ##Node JS SDK for Zoho CRM

1. Visit this page https://accounts.zoho.com/developerconsole.
2. Click on “Add Client ID”.
3. Enter Client Name, Client Domain and Redirect URI.
4. Select the Client Type as "Web based".
5. Click “Create”.
6. Your Client app would have been created and displayed by now.
7. The newly registered app's Client ID and Client Secret can be found by clicking Options → Edit.
(Options is the three dot icon at the right corner).

@@ -36,2 +42,8 @@

Your OAuth Client details should be given to the SDK as a property file. In the SDK, you need to configure a file named oauth_configuration.properties. Please place the respective values in that file. You can place it under resources/ package from where the SDK is used.
```
zcrmsdk will try reading file from **'resources/oauth_configuration.properties'**
```
Please fill the values for the following keys alone.

@@ -91,2 +103,4 @@ Based on your domain(EU,CN), please change the value of crm.iamurl. Default value set as US domain.

For self client apps, the self authorized grant token should be generated from the Zoho Developer Console (https://accounts.zoho.com/developerconsole)
1. Visit https://accounts.zoho.com/developerconsole

@@ -107,3 +121,3 @@

##All functions return promises in zcrm node sdk.
**All functions return promises in zcrm node sdk.**

@@ -110,0 +124,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc