File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ npm install pipedrive
1010
1111## Roadmap & known issues
1212- [ Missing async/await promise support] ( https://github.com/pipedrive/client-nodejs/issues/81 )
13- - [ Missing oauth 2.0 support] ( https://github.com/pipedrive/client-nodejs/issues/78 )
1413
1514## API Documentation
1615The Pipedrive REST API documentation can be found at https://developers.pipedrive.com/v1
Original file line number Diff line number Diff line change 7676 headers [ 'content-type' ] = this . options . json ? 'application/json' : 'application/x-www-form-urlencoded' ;
7777 }
7878
79- if ( options . accessToken )
79+ if ( options . accessToken ) {
8080 headers [ 'Authorization' ] = 'Bearer ' + options . accessToken ;
81+ }
8182
8283 requestOptions = {
8384 method : method ,
You can’t perform that action at this time.
0 commit comments