@digipair/skill-linkedin 0.32.6 → 0.33.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/schema.en.json +0 -331
package/package.json
CHANGED
package/schema.en.json
DELETED
|
@@ -1,331 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"openapi": "3.0.0",
|
|
3
|
-
"info": {
|
|
4
|
-
"title": "@digipair/skill-linkedin",
|
|
5
|
-
"summary": "Communication with LinkedIn services",
|
|
6
|
-
"description": "This skill allows the use of LinkedIn services",
|
|
7
|
-
"version": "0.1.0",
|
|
8
|
-
"x-icon": "👤"
|
|
9
|
-
},
|
|
10
|
-
"paths": {
|
|
11
|
-
"/request": {
|
|
12
|
-
"post": {
|
|
13
|
-
"tags": ["service"],
|
|
14
|
-
"summary": "Executes a LinkedIn service",
|
|
15
|
-
"parameters": [
|
|
16
|
-
{
|
|
17
|
-
"name": "path",
|
|
18
|
-
"summary": "Service path",
|
|
19
|
-
"required": true,
|
|
20
|
-
"description": "Path of the service to execute",
|
|
21
|
-
"schema": {
|
|
22
|
-
"type": "string"
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"name": "method",
|
|
27
|
-
"summary": "HTTP method",
|
|
28
|
-
"required": false,
|
|
29
|
-
"description": "HTTP method to use",
|
|
30
|
-
"schema": {
|
|
31
|
-
"type": "string"
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"name": "body",
|
|
36
|
-
"summary": "Value",
|
|
37
|
-
"required": false,
|
|
38
|
-
"description": "Value to send",
|
|
39
|
-
"schema": {
|
|
40
|
-
"type": "object"
|
|
41
|
-
}
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"name": "version",
|
|
45
|
-
"summary": "API version",
|
|
46
|
-
"required": false,
|
|
47
|
-
"description": "API version to use",
|
|
48
|
-
"schema": {
|
|
49
|
-
"type": "string"
|
|
50
|
-
}
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"name": "headers",
|
|
54
|
-
"summary": "Headers",
|
|
55
|
-
"required": false,
|
|
56
|
-
"description": "Headers to send",
|
|
57
|
-
"schema": {
|
|
58
|
-
"type": "object"
|
|
59
|
-
}
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
"name": "TOKEN",
|
|
63
|
-
"summary": "Access token",
|
|
64
|
-
"required": false,
|
|
65
|
-
"description": "Access token to use",
|
|
66
|
-
"schema": {
|
|
67
|
-
"type": "string"
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
],
|
|
71
|
-
"x-events": []
|
|
72
|
-
}
|
|
73
|
-
},
|
|
74
|
-
"/create": {
|
|
75
|
-
"post": {
|
|
76
|
-
"tags": ["service"],
|
|
77
|
-
"summary": "Adds a LinkedIn resource",
|
|
78
|
-
"parameters": [
|
|
79
|
-
{
|
|
80
|
-
"name": "path",
|
|
81
|
-
"summary": "Service path",
|
|
82
|
-
"required": true,
|
|
83
|
-
"description": "Path of the service to execute",
|
|
84
|
-
"schema": {
|
|
85
|
-
"type": "string"
|
|
86
|
-
}
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"name": "body",
|
|
90
|
-
"summary": "Value",
|
|
91
|
-
"required": false,
|
|
92
|
-
"description": "Value to send",
|
|
93
|
-
"schema": {
|
|
94
|
-
"type": "object"
|
|
95
|
-
}
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
"name": "version",
|
|
99
|
-
"summary": "API version",
|
|
100
|
-
"required": false,
|
|
101
|
-
"description": "API version to use",
|
|
102
|
-
"schema": {
|
|
103
|
-
"type": "string"
|
|
104
|
-
}
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
"name": "headers",
|
|
108
|
-
"summary": "Headers",
|
|
109
|
-
"required": false,
|
|
110
|
-
"description": "Headers to send",
|
|
111
|
-
"schema": {
|
|
112
|
-
"type": "object"
|
|
113
|
-
}
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
"name": "TOKEN",
|
|
117
|
-
"summary": "Access token",
|
|
118
|
-
"required": false,
|
|
119
|
-
"description": "Access token to use",
|
|
120
|
-
"schema": {
|
|
121
|
-
"type": "string"
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
],
|
|
125
|
-
"x-events": []
|
|
126
|
-
}
|
|
127
|
-
},
|
|
128
|
-
"/read": {
|
|
129
|
-
"post": {
|
|
130
|
-
"tags": ["service"],
|
|
131
|
-
"summary": "Reads a LinkedIn resource",
|
|
132
|
-
"parameters": [
|
|
133
|
-
{
|
|
134
|
-
"name": "path",
|
|
135
|
-
"summary": "Service path",
|
|
136
|
-
"required": true,
|
|
137
|
-
"description": "Path of the service to execute",
|
|
138
|
-
"schema": {
|
|
139
|
-
"type": "string"
|
|
140
|
-
}
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
"name": "version",
|
|
144
|
-
"summary": "API version",
|
|
145
|
-
"required": false,
|
|
146
|
-
"description": "API version to use",
|
|
147
|
-
"schema": {
|
|
148
|
-
"type": "string"
|
|
149
|
-
}
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
"name": "headers",
|
|
153
|
-
"summary": "Headers",
|
|
154
|
-
"required": false,
|
|
155
|
-
"description": "Headers to send",
|
|
156
|
-
"schema": {
|
|
157
|
-
"type": "object"
|
|
158
|
-
}
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"name": "TOKEN",
|
|
162
|
-
"summary": "Access token",
|
|
163
|
-
"required": false,
|
|
164
|
-
"description": "Access token to use",
|
|
165
|
-
"schema": {
|
|
166
|
-
"type": "string"
|
|
167
|
-
}
|
|
168
|
-
}
|
|
169
|
-
],
|
|
170
|
-
"x-events": []
|
|
171
|
-
}
|
|
172
|
-
},
|
|
173
|
-
"/update": {
|
|
174
|
-
"post": {
|
|
175
|
-
"tags": ["service"],
|
|
176
|
-
"summary": "Modifies a LinkedIn resource",
|
|
177
|
-
"parameters": [
|
|
178
|
-
{
|
|
179
|
-
"name": "path",
|
|
180
|
-
"summary": "Service path",
|
|
181
|
-
"required": true,
|
|
182
|
-
"description": "Path of the service to execute",
|
|
183
|
-
"schema": {
|
|
184
|
-
"type": "string"
|
|
185
|
-
}
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
"name": "body",
|
|
189
|
-
"summary": "Value",
|
|
190
|
-
"required": false,
|
|
191
|
-
"description": "Value to send",
|
|
192
|
-
"schema": {
|
|
193
|
-
"type": "object"
|
|
194
|
-
}
|
|
195
|
-
},
|
|
196
|
-
{
|
|
197
|
-
"name": "version",
|
|
198
|
-
"summary": "API version",
|
|
199
|
-
"required": false,
|
|
200
|
-
"description": "API version to use",
|
|
201
|
-
"schema": {
|
|
202
|
-
"type": "string"
|
|
203
|
-
}
|
|
204
|
-
},
|
|
205
|
-
{
|
|
206
|
-
"name": "headers",
|
|
207
|
-
"summary": "Headers",
|
|
208
|
-
"required": false,
|
|
209
|
-
"description": "Headers to send",
|
|
210
|
-
"schema": {
|
|
211
|
-
"type": "object"
|
|
212
|
-
}
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
"name": "TOKEN",
|
|
216
|
-
"summary": "Access token",
|
|
217
|
-
"required": false,
|
|
218
|
-
"description": "Access token to use",
|
|
219
|
-
"schema": {
|
|
220
|
-
"type": "string"
|
|
221
|
-
}
|
|
222
|
-
}
|
|
223
|
-
],
|
|
224
|
-
"x-events": []
|
|
225
|
-
}
|
|
226
|
-
},
|
|
227
|
-
"/partialUpdate": {
|
|
228
|
-
"post": {
|
|
229
|
-
"tags": ["service"],
|
|
230
|
-
"summary": "Modifies part of a LinkedIn resource",
|
|
231
|
-
"parameters": [
|
|
232
|
-
{
|
|
233
|
-
"name": "path",
|
|
234
|
-
"summary": "Service path",
|
|
235
|
-
"required": true,
|
|
236
|
-
"description": "Path of the service to execute",
|
|
237
|
-
"schema": {
|
|
238
|
-
"type": "string"
|
|
239
|
-
}
|
|
240
|
-
},
|
|
241
|
-
{
|
|
242
|
-
"name": "body",
|
|
243
|
-
"summary": "Value",
|
|
244
|
-
"required": false,
|
|
245
|
-
"description": "Value to send",
|
|
246
|
-
"schema": {
|
|
247
|
-
"type": "object"
|
|
248
|
-
}
|
|
249
|
-
},
|
|
250
|
-
{
|
|
251
|
-
"name": "version",
|
|
252
|
-
"summary": "API version",
|
|
253
|
-
"required": false,
|
|
254
|
-
"description": "API version to use",
|
|
255
|
-
"schema": {
|
|
256
|
-
"type": "string"
|
|
257
|
-
}
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
"name": "headers",
|
|
261
|
-
"summary": "Headers",
|
|
262
|
-
"required": false,
|
|
263
|
-
"description": "Headers to send",
|
|
264
|
-
"schema": {
|
|
265
|
-
"type": "object"
|
|
266
|
-
}
|
|
267
|
-
},
|
|
268
|
-
{
|
|
269
|
-
"name": "TOKEN",
|
|
270
|
-
"summary": "Access token",
|
|
271
|
-
"required": false,
|
|
272
|
-
"description": "Access token to use",
|
|
273
|
-
"schema": {
|
|
274
|
-
"type": "string"
|
|
275
|
-
}
|
|
276
|
-
}
|
|
277
|
-
],
|
|
278
|
-
"x-events": []
|
|
279
|
-
}
|
|
280
|
-
},
|
|
281
|
-
"/remove": {
|
|
282
|
-
"post": {
|
|
283
|
-
"tags": ["service"],
|
|
284
|
-
"summary": "Deletes a LinkedIn resource",
|
|
285
|
-
"parameters": [
|
|
286
|
-
{
|
|
287
|
-
"name": "path",
|
|
288
|
-
"summary": "Service path",
|
|
289
|
-
"required": true,
|
|
290
|
-
"description": "Path of the service to execute",
|
|
291
|
-
"schema": {
|
|
292
|
-
"type": "string"
|
|
293
|
-
}
|
|
294
|
-
},
|
|
295
|
-
{
|
|
296
|
-
"name": "version",
|
|
297
|
-
"summary": "API version",
|
|
298
|
-
"required": false,
|
|
299
|
-
"description": "API version to use",
|
|
300
|
-
"schema": {
|
|
301
|
-
"type": "string"
|
|
302
|
-
}
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
"name": "headers",
|
|
306
|
-
"summary": "Headers",
|
|
307
|
-
"required": false,
|
|
308
|
-
"description": "Headers to send",
|
|
309
|
-
"schema": {
|
|
310
|
-
"type": "object"
|
|
311
|
-
}
|
|
312
|
-
},
|
|
313
|
-
{
|
|
314
|
-
"name": "TOKEN",
|
|
315
|
-
"summary": "Access token",
|
|
316
|
-
"required": false,
|
|
317
|
-
"description": "Access token to use",
|
|
318
|
-
"schema": {
|
|
319
|
-
"type": "string"
|
|
320
|
-
}
|
|
321
|
-
}
|
|
322
|
-
],
|
|
323
|
-
"x-events": []
|
|
324
|
-
}
|
|
325
|
-
}
|
|
326
|
-
},
|
|
327
|
-
"components": {
|
|
328
|
-
"schemas": {}
|
|
329
|
-
},
|
|
330
|
-
"x-scene-blocks": {}
|
|
331
|
-
}
|