intercom-client
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "intercom-client", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Official Node bindings to the Intercom API", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/intercom/intercom-node", |
@@ -46,2 +46,6 @@ # intercom-node | ||
var client = new Intercom.Client('app_id', 'app_api_key'); | ||
// Or | ||
var client = new Client({ appId: 'app_id', appApiKey: 'app_api_key' }); | ||
``` | ||
@@ -48,0 +52,0 @@ |
32248
394