We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5be63f commit 050eed2Copy full SHA for 050eed2
README.md
@@ -58,6 +58,13 @@ Create a client using access tokens:
58
var client = new Intercom.Client({ token: 'my_token' });
59
```
60
61
+If you are using the EU service you can configure like the following:
62
+
63
+```node
64
+var client = new Intercom.Client({token: 'my_token' });
65
+client.useRequestOpts({ baseUrl: 'https://api.eu.intercom.io' })
66
+```
67
68
## Callbacks
69
70
This client library supports two kinds of callbacks:
0 commit comments