File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11const VERSION_PATH = "rest" ;
22const BASE_URL = "https://api.linkedin.com/" ;
33const VERSION_HEADER = "202509" ;
4+ const RESTLI_PROTOCOL_VERSION = "2.0.0" ;
45
56const VISIBILITIES = [
67 {
@@ -86,6 +87,7 @@ export default {
8687 VERSION_PATH ,
8788 BASE_URL ,
8889 VERSION_HEADER ,
90+ RESTLI_PROTOCOL_VERSION ,
8991 VISIBILITIES ,
9092 TYPES ,
9193 TIME_GRANULARITY_OPTIONS ,
Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ export default {
132132 "Authorization" : `Bearer ${ this . $auth . oauth_access_token } ` ,
133133 "Content-Type" : "application/json" ,
134134 "Linkedin-Version" : constants . VERSION_HEADER ,
135+ "X-Restli-Protocol-Version" : constants . RESTLI_PROTOCOL_VERSION ,
135136 } ;
136137 } ,
137138 async _makeRequest ( {
Original file line number Diff line number Diff line change 11{
22 "name" : " @pipedream/linkedin" ,
3- "version" : " 1.2.3 " ,
3+ "version" : " 1.2.4 " ,
44 "description" : " Pipedream Linkedin Components" ,
55 "main" : " linkedin.app.mjs" ,
66 "keywords" : [
You can’t perform that action at this time.
0 commit comments