File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33[ ![ Circle CI] ( https://circleci.com/gh/intercom/intercom-node.png?style=shield )] ( https://circleci.com/gh/intercom/intercom-node )
44[ ![ npm] ( https://img.shields.io/npm/v/intercom-client )] ( https://www.npmjs.com/package/intercom-client )
5- ![ Intercom API Version] ( https://img.shields.io/badge/Intercom%20API%20Version-2.3 -blue )
5+ ![ Intercom API Version] ( https://img.shields.io/badge/Intercom%20API%20Version-2.4 -blue )
66![ Typescript Supported] ( https://img.shields.io/badge/Typescript-Supported-lightgrey )
77
88> Official Node bindings to the [ Intercom API] ( https://api.intercom.io/docs )
1111
1212### Maintenance
1313
14- Current repository is a new WIP version of Node SDK, that supports latest API version (v2.3 as of 14/12/2021 )
14+ Current repository is a new WIP version of Node SDK, that supports latest API version (v2.4 as of 14/01/2022 )
1515
1616## Installation
1717
@@ -70,7 +70,7 @@ We version our API (see the "Choose Version" section of the [API & Webhooks Refe
7070const client = new Client ({ token: ' my_token' });
7171client .useRequestOpts ({
7272 headers: {
73- ' Intercom-Version' : 2.3 ,
73+ ' Intercom-Version' : 2.4 ,
7474 },
7575});
7676```
You can’t perform that action at this time.
0 commit comments