Comparing version 0.0.5 to 0.0.6
@@ -38,3 +38,3 @@ | ||
mysql_module = properties.get('crm.api.tokenmanagement')?properties.get('crm.api.tokenmanagement'):mysql_module; | ||
mysql_module = config_properties.get('crm.api.tokenmanagement')?config_properties.get('crm.api.tokenmanagement'):mysql_module; | ||
@@ -41,0 +41,0 @@ baseURL = config_properties.get('crm.api.url')?config_properties.get('crm.api.url'):baseURL; |
{ | ||
"name": "zcrmsdk", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Node SDK for Zoho CRM", | ||
@@ -5,0 +5,0 @@ "main": "lib/js/ZCRMRestClient", |
@@ -70,4 +70,8 @@ ##Node JS SDK for Zoho CRM | ||
api.user_identifier= | ||
api.tokenmanagement= | ||
api.tokenmanagement= | ||
[mysql] | ||
username= | ||
password= | ||
``` | ||
@@ -77,2 +81,3 @@ api.url is the URL used to call APIs. By default, the URL is www.zohoapis.com. | ||
api.tokenmanagement is given as a measure to manage and maintain tokens. If tokenmanagement is not provided, then sdk's default implementation(mysql) will be followed. | ||
username and password can be given here if you already have one created for your MySQL. | ||
The above keys specified in configuration.properties file are all optional. | ||
@@ -79,0 +84,0 @@ |
34934
262