File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ yarn add intercom-client
2626Import Intercom:
2727
2828``` typescript
29- import { Client } from ' ./dist/index ' ;
29+ import { Client } from ' intercom-client ' ;
3030```
3131
3232Create a client using access tokens:
@@ -68,7 +68,7 @@ If you are using the european instance of intercom and would like to call it dir
6868``` typescript
6969const client = new Client ({ tokenAuth: { token: ' my_token' } });
7070client .useRequestOpts ({
71- baseUrl : ' https://api.eu.intercom.io' ,
71+ baseURL : ' https://api.eu.intercom.io' ,
7272});
7373```
7474
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ describe('Companies', () => {
6969 page : 1 ,
7070 perPage : 35 ,
7171 order : Order . DESC ,
72- tagId : '2084335 ' ,
72+ tagId : '7882526 ' ,
7373 } ) ;
7474
7575 assert . notEqual ( response , undefined ) ;
You can’t perform that action at this time.
0 commit comments