Comparing version 0.0.7 to 0.0.8
@@ -10,3 +10,3 @@ | ||
mysql_util.getOAuthTokens().then(function(response){ | ||
mysql_util.getOAuthTokens(crmclient.getUserIdentifier()).then(function(response){ | ||
@@ -13,0 +13,0 @@ var date = new Date(); |
{ | ||
"name": "zcrmsdk", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Node SDK for Zoho CRM", | ||
@@ -5,0 +5,0 @@ "main": "lib/js/ZCRMRestClient", |
@@ -100,3 +100,3 @@ ##Node JS SDK for Zoho CRM | ||
**getOAuthTokens()** | ||
The expected response for this method : JSON response containing expirytime, refreshtoken and accesstoken fields. | ||
The expected response for this method : JSON array containing json response with expirytime, refreshtoken and accesstoken fields. | ||
@@ -103,0 +103,0 @@ |
35118