zaccl 3.0.17 → 4.0.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/docs/ECatCloudRecording.js.html +74 -27
- package/docs/ECatGroup.js.html +207 -0
- package/docs/ECatMeeting.js.html +76 -11
- package/docs/ECatUser.js.html +7 -10
- package/docs/ECatWebinar.js.html +6 -5
- package/docs/api.cloudRecording.html +371 -48
- package/docs/api.group.html +367 -0
- package/docs/api.meeting.html +437 -15
- package/docs/api.user.html +10 -10
- package/docs/api.webinar.html +5 -5
- package/docs/index.html +1 -1
- package/lib/endpoints/ECatCloudRecording.d.ts +33 -9
- package/lib/endpoints/ECatCloudRecording.js +73 -26
- package/lib/endpoints/ECatCloudRecording.js.map +1 -1
- package/lib/endpoints/ECatGroup.d.ts +39 -0
- package/lib/endpoints/ECatGroup.js +142 -0
- package/lib/endpoints/ECatGroup.js.map +1 -0
- package/lib/endpoints/ECatMeeting.d.ts +40 -10
- package/lib/endpoints/ECatMeeting.js +75 -10
- package/lib/endpoints/ECatMeeting.js.map +1 -1
- package/lib/endpoints/ECatUser.d.ts +5 -5
- package/lib/endpoints/ECatUser.js +6 -9
- package/lib/endpoints/ECatUser.js.map +1 -1
- package/lib/endpoints/ECatWebinar.d.ts +4 -4
- package/lib/endpoints/ECatWebinar.js +5 -4
- package/lib/endpoints/ECatWebinar.js.map +1 -1
- package/lib/index.d.ts +22 -0
- package/lib/index.js +19 -0
- package/lib/index.js.map +1 -1
- package/lib/shared/helpers/genVisitEndpoint.js +60 -17
- package/lib/shared/helpers/genVisitEndpoint.js.map +1 -1
- package/lib/shared/types/VisitEndpointFunc.d.ts +2 -1
- package/lib/types/ZoomAPI.d.ts +2 -0
- package/lib/types/ZoomAPI.js.map +1 -1
- package/lib/types/ZoomGroup.d.ts +10 -0
- package/lib/types/ZoomGroup.js +3 -0
- package/lib/types/ZoomGroup.js.map +1 -0
- package/lib/types/ZoomGroupMember.d.ts +12 -0
- package/lib/types/ZoomGroupMember.js +3 -0
- package/lib/types/ZoomGroupMember.js.map +1 -0
- package/lib/types/ZoomMeetingRecordings.d.ts +1 -0
- package/lib/types/ZoomMeetingTranscript.d.ts +17 -0
- package/lib/types/ZoomMeetingTranscript.js +3 -0
- package/lib/types/ZoomMeetingTranscript.js.map +1 -0
- package/lib/types/ZoomPastMeetingDetails.d.ts +22 -0
- package/lib/types/ZoomPastMeetingDetails.js +3 -0
- package/lib/types/ZoomPastMeetingDetails.js.map +1 -0
- package/lib/types/ZoomPastMeetingParticipant.d.ts +18 -0
- package/lib/types/ZoomPastMeetingParticipant.js +3 -0
- package/lib/types/ZoomPastMeetingParticipant.js.map +1 -0
- package/lib/types/ZoomRecordingInAccount.d.ts +22 -0
- package/lib/types/ZoomRecordingInAccount.js +3 -0
- package/lib/types/ZoomRecordingInAccount.js.map +1 -0
- package/package.json +2 -2
- package/src/endpoints/ECatCloudRecording.ts +86 -30
- package/src/endpoints/ECatGroup.ts +89 -0
- package/src/endpoints/ECatMeeting.ts +81 -10
- package/src/endpoints/ECatUser.ts +6 -9
- package/src/endpoints/ECatWebinar.ts +5 -4
- package/src/index.ts +53 -0
- package/src/shared/helpers/genVisitEndpoint.ts +123 -79
- package/src/shared/types/VisitEndpointFunc.ts +4 -2
- package/src/types/ZoomAPI.ts +2 -0
- package/src/types/ZoomGroup.ts +14 -0
- package/src/types/ZoomGroupMember.ts +20 -0
- package/src/types/ZoomMeetingRecordings.ts +2 -0
- package/src/types/ZoomMeetingTranscript.ts +28 -0
- package/src/types/ZoomPastMeetingDetails.ts +38 -0
- package/src/types/ZoomPastMeetingParticipant.ts +30 -0
- package/src/types/ZoomRecordingInAccount.ts +38 -0
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
|
|
28
28
|
<nav style="border-right: 2px solid #ccc; padding-bottom: 25px;" >
|
|
29
29
|
|
|
30
|
-
<h2><a style="font-size: 30px;" href="index.html">ZACCL API</a></h2><h3>Endpoint Functions</h3><ul><li><a href="api.cloudRecording.html">api.cloudRecording</a><ul class='methods'><li data-type='method'><a href="api.cloudRecording.html#listMeetingRecordings">listMeetingRecordings</a></li><li data-type='method'><a href="api.cloudRecording.html#listUserRecordings">listUserRecordings</a></li></ul></li><li><a href="api.meeting.html">api.meeting</a><ul class='methods'><li data-type='method'><a href="api.meeting.html#addAltHost">addAltHost</a></li><li data-type='method'><a href="api.meeting.html#create">create</a></li><li data-type='method'><a href="api.meeting.html#delete">delete</a></li><li data-type='method'><a href="api.meeting.html#get">get</a></li><li data-type='method'><a href="api.meeting.html#getPastMeetingDetails">getPastMeetingDetails</a></li><li data-type='method'><a href="api.meeting.html#getPollInfo">getPollInfo</a></li><li data-type='method'><a href="api.meeting.html#listPastInstances">listPastInstances</a></li><li data-type='method'><a href="api.meeting.html#listPastPollOccurrences">listPastPollOccurrences</a></li><li data-type='method'><a href="api.meeting.html#update">update</a></li></ul></li><li><a href="api.user.html">api.user</a><ul class='methods'><li data-type='method'><a href="api.user.html#activate">activate</a></li><li data-type='method'><a href="api.user.html#addWebinarLicense">addWebinarLicense</a></li><li data-type='method'><a href="api.user.html#get">get</a></li><li data-type='method'><a href="api.user.html#getZAKToken">getZAKToken</a></li><li data-type='method'><a href="api.user.html#promoteToLicensed">promoteToLicensed</a></li></ul></li><li><a href="api.webinar.html">api.webinar</a><ul class='methods'><li data-type='method'><a href="api.webinar.html#addPanelist">addPanelist</a></li><li data-type='method'><a href="api.webinar.html#create">create</a></li><li data-type='method'><a href="api.webinar.html#get">get</a></li><li data-type='method'><a href="api.webinar.html#listPanelists">listPanelists</a></li></ul></li></ul>
|
|
30
|
+
<h2><a style="font-size: 30px;" href="index.html">ZACCL API</a></h2><h3>Endpoint Functions</h3><ul><li><a href="api.cloudRecording.html">api.cloudRecording</a><ul class='methods'><li data-type='method'><a href="api.cloudRecording.html#listAccountRecordings">listAccountRecordings</a></li><li data-type='method'><a href="api.cloudRecording.html#listMeetingRecordings">listMeetingRecordings</a></li><li data-type='method'><a href="api.cloudRecording.html#listUserRecordings">listUserRecordings</a></li></ul></li><li><a href="api.group.html">api.group</a><ul class='methods'><li data-type='method'><a href="api.group.html#listGroupMembers">listGroupMembers</a></li></ul></li><li><a href="api.meeting.html">api.meeting</a><ul class='methods'><li data-type='method'><a href="api.meeting.html#addAltHost">addAltHost</a></li><li data-type='method'><a href="api.meeting.html#create">create</a></li><li data-type='method'><a href="api.meeting.html#delete">delete</a></li><li data-type='method'><a href="api.meeting.html#get">get</a></li><li data-type='method'><a href="api.meeting.html#getPastMeetingDetails">getPastMeetingDetails</a></li><li data-type='method'><a href="api.meeting.html#getPollInfo">getPollInfo</a></li><li data-type='method'><a href="api.meeting.html#getTranscript">getTranscript</a></li><li data-type='method'><a href="api.meeting.html#listPastInstances">listPastInstances</a></li><li data-type='method'><a href="api.meeting.html#listPastMeetingParticipants">listPastMeetingParticipants</a></li><li data-type='method'><a href="api.meeting.html#listPastPollOccurrences">listPastPollOccurrences</a></li><li data-type='method'><a href="api.meeting.html#update">update</a></li></ul></li><li><a href="api.user.html">api.user</a><ul class='methods'><li data-type='method'><a href="api.user.html#activate">activate</a></li><li data-type='method'><a href="api.user.html#addWebinarLicense">addWebinarLicense</a></li><li data-type='method'><a href="api.user.html#get">get</a></li><li data-type='method'><a href="api.user.html#getZAKToken">getZAKToken</a></li><li data-type='method'><a href="api.user.html#promoteToLicensed">promoteToLicensed</a></li></ul></li><li><a href="api.webinar.html">api.webinar</a><ul class='methods'><li data-type='method'><a href="api.webinar.html#addPanelist">addPanelist</a></li><li data-type='method'><a href="api.webinar.html#create">create</a></li><li data-type='method'><a href="api.webinar.html#get">get</a></li><li data-type='method'><a href="api.webinar.html#listPanelists">listPanelists</a></li></ul></li></ul>
|
|
31
31
|
</nav>
|
|
32
32
|
|
|
33
33
|
<div id="main">
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
|
|
138
138
|
|
|
139
139
|
|
|
140
|
-
<h4 class="name" id="
|
|
140
|
+
<h4 class="name" id="listAccountRecordings"><span class="type-signature"></span>listAccountRecordings<span class="signature">(opts)</span><span class="type-signature"></span></h4>
|
|
141
141
|
|
|
142
142
|
|
|
143
143
|
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
<dt class="tag-author">Author:</dt>
|
|
174
174
|
<dd class="tag-author">
|
|
175
175
|
<ul>
|
|
176
|
-
<li>
|
|
176
|
+
<li>Gabe Abrams</li>
|
|
177
177
|
</ul>
|
|
178
178
|
</dd>
|
|
179
179
|
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
|
|
197
197
|
|
|
198
198
|
<div class="description usertext">
|
|
199
|
-
|
|
199
|
+
List recordings in the account (Medium)
|
|
200
200
|
</div>
|
|
201
201
|
|
|
202
202
|
|
|
@@ -245,14 +245,61 @@
|
|
|
245
245
|
|
|
246
246
|
|
|
247
247
|
|
|
248
|
-
<td class="description last">object containing all arguments
|
|
248
|
+
<td class="description last">object containing all arguments
|
|
249
|
+
<h6>Properties</h6>
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
<table class="params">
|
|
253
|
+
<thead>
|
|
254
|
+
<tr>
|
|
255
|
+
|
|
256
|
+
<th>Name</th>
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
<th>Type</th>
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
<th>Attributes</th>
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
<th class="last">Description</th>
|
|
268
|
+
</tr>
|
|
269
|
+
</thead>
|
|
270
|
+
|
|
271
|
+
<tbody>
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
<tr>
|
|
275
|
+
|
|
276
|
+
<td class="name"><code>fromYear</code></td>
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
<td class="type">
|
|
280
|
+
|
|
281
|
+
</td>
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
<td class="attributes">
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
</td>
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
<td class="description last">the start of the date range to list recordings for (e.g. 2026)</td>
|
|
249
296
|
</tr>
|
|
250
297
|
|
|
251
298
|
|
|
252
299
|
|
|
253
300
|
<tr>
|
|
254
301
|
|
|
255
|
-
<td class="name"><code>
|
|
302
|
+
<td class="name"><code>fromMonth</code></td>
|
|
256
303
|
|
|
257
304
|
|
|
258
305
|
<td class="type">
|
|
@@ -260,10 +307,111 @@
|
|
|
260
307
|
</td>
|
|
261
308
|
|
|
262
309
|
|
|
310
|
+
<td class="attributes">
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
</td>
|
|
317
|
+
|
|
263
318
|
|
|
264
319
|
|
|
265
320
|
|
|
266
|
-
<td class="description last">the
|
|
321
|
+
<td class="description last">the month of the date range to list recordings for (1-12)</td>
|
|
322
|
+
</tr>
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
<tr>
|
|
327
|
+
|
|
328
|
+
<td class="name"><code>fromDay</code></td>
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
<td class="type">
|
|
332
|
+
|
|
333
|
+
</td>
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
<td class="attributes">
|
|
337
|
+
|
|
338
|
+
<optional><br>
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
</td>
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
<td class="description last">the day of the month of the date range to list recordings for (1-31, defaults to 1)</td>
|
|
350
|
+
</tr>
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
<tr>
|
|
355
|
+
|
|
356
|
+
<td class="name"><code>accountId</code></td>
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
<td class="type">
|
|
360
|
+
|
|
361
|
+
</td>
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
<td class="attributes">
|
|
365
|
+
|
|
366
|
+
<optional><br>
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
</td>
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
<td class="description last">the account ID of the account of interest (defaults to the account
|
|
378
|
+
associated with the current access)</td>
|
|
379
|
+
</tr>
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
<tr>
|
|
384
|
+
|
|
385
|
+
<td class="name"><code>onNewPage</code></td>
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
<td class="type">
|
|
389
|
+
|
|
390
|
+
</td>
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
<td class="attributes">
|
|
394
|
+
|
|
395
|
+
<optional><br>
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
</td>
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
<td class="description last">callback function that is called when a new page of results is received.
|
|
407
|
+
The function is passed the new page of results as an argument.</td>
|
|
408
|
+
</tr>
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
</tbody>
|
|
412
|
+
</table>
|
|
413
|
+
|
|
414
|
+
</td>
|
|
267
415
|
</tr>
|
|
268
416
|
|
|
269
417
|
|
|
@@ -289,7 +437,7 @@
|
|
|
289
437
|
|
|
290
438
|
|
|
291
439
|
<div class="param-desc">
|
|
292
|
-
list of
|
|
440
|
+
the list of recordings in the account
|
|
293
441
|
</div>
|
|
294
442
|
|
|
295
443
|
|
|
@@ -303,7 +451,7 @@
|
|
|
303
451
|
|
|
304
452
|
|
|
305
453
|
|
|
306
|
-
<h4 class="name" id="
|
|
454
|
+
<h4 class="name" id="listMeetingRecordings"><span class="type-signature"></span>listMeetingRecordings<span class="signature">(opts)</span><span class="type-signature"></span></h4>
|
|
307
455
|
|
|
308
456
|
|
|
309
457
|
|
|
@@ -315,7 +463,7 @@
|
|
|
315
463
|
|
|
316
464
|
<dt class="tag-source">Source:</dt>
|
|
317
465
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
318
|
-
<a href="ECatCloudRecording.js.html">ECatCloudRecording.js</a>, <a href="ECatCloudRecording.js.html#
|
|
466
|
+
<a href="ECatCloudRecording.js.html">ECatCloudRecording.js</a>, <a href="ECatCloudRecording.js.html#line130">line 130</a>
|
|
319
467
|
</li></ul></dd>
|
|
320
468
|
|
|
321
469
|
|
|
@@ -362,7 +510,7 @@
|
|
|
362
510
|
|
|
363
511
|
|
|
364
512
|
<div class="description usertext">
|
|
365
|
-
|
|
513
|
+
Get all recordings of a meeting (Light)
|
|
366
514
|
</div>
|
|
367
515
|
|
|
368
516
|
|
|
@@ -425,12 +573,8 @@
|
|
|
425
573
|
<th>Type</th>
|
|
426
574
|
|
|
427
575
|
|
|
428
|
-
<th>Attributes</th>
|
|
429
|
-
|
|
430
576
|
|
|
431
577
|
|
|
432
|
-
<th>Default</th>
|
|
433
|
-
|
|
434
578
|
|
|
435
579
|
<th class="last">Description</th>
|
|
436
580
|
</tr>
|
|
@@ -441,7 +585,7 @@
|
|
|
441
585
|
|
|
442
586
|
<tr>
|
|
443
587
|
|
|
444
|
-
<td class="name"><code>
|
|
588
|
+
<td class="name"><code>meetingId</code></td>
|
|
445
589
|
|
|
446
590
|
|
|
447
591
|
<td class="type">
|
|
@@ -449,29 +593,173 @@
|
|
|
449
593
|
</td>
|
|
450
594
|
|
|
451
595
|
|
|
452
|
-
<td class="attributes">
|
|
453
|
-
|
|
454
596
|
|
|
455
|
-
|
|
597
|
+
|
|
456
598
|
|
|
457
|
-
|
|
458
|
-
|
|
599
|
+
<td class="description last">the Zoom meeting ID or UUID</td>
|
|
600
|
+
</tr>
|
|
601
|
+
|
|
602
|
+
|
|
603
|
+
|
|
604
|
+
<tr>
|
|
605
|
+
|
|
606
|
+
<td class="name"><code>includeDownloadAccessToken</code></td>
|
|
459
607
|
|
|
460
608
|
|
|
609
|
+
<td class="type">
|
|
461
610
|
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
</td>
|
|
611
|
+
</td>
|
|
612
|
+
|
|
465
613
|
|
|
466
614
|
|
|
467
|
-
|
|
615
|
+
|
|
616
|
+
|
|
617
|
+
<td class="description last">if true, the response will include a download_access_token
|
|
618
|
+
that can be used to download the recording files</td>
|
|
468
619
|
</tr>
|
|
469
620
|
|
|
470
621
|
|
|
622
|
+
</tbody>
|
|
623
|
+
</table>
|
|
624
|
+
|
|
625
|
+
</td>
|
|
626
|
+
</tr>
|
|
627
|
+
|
|
628
|
+
|
|
629
|
+
</tbody>
|
|
630
|
+
</table>
|
|
631
|
+
|
|
632
|
+
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
|
|
636
|
+
|
|
637
|
+
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
|
|
642
|
+
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
|
|
646
|
+
|
|
647
|
+
<h5>Returns:</h5>
|
|
648
|
+
|
|
649
|
+
|
|
650
|
+
<div class="param-desc">
|
|
651
|
+
list of Zoom meeting recording objects <a href="https://marketplace.zoom.us/docs/api-reference/zoom-api/cloud-recording/recordingget#responses">https://marketplace.zoom.us/docs/api-reference/zoom-api/cloud-recording/recordingget#responses</a>
|
|
652
|
+
</div>
|
|
653
|
+
|
|
654
|
+
|
|
655
|
+
|
|
656
|
+
|
|
657
|
+
|
|
658
|
+
|
|
659
|
+
|
|
660
|
+
|
|
661
|
+
|
|
662
|
+
|
|
663
|
+
|
|
664
|
+
|
|
665
|
+
<h4 class="name" id="listUserRecordings"><span class="type-signature"></span>listUserRecordings<span class="signature">(opts)</span><span class="type-signature"></span></h4>
|
|
666
|
+
|
|
667
|
+
|
|
668
|
+
|
|
669
|
+
|
|
670
|
+
|
|
671
|
+
|
|
672
|
+
<dl class="details">
|
|
673
|
+
|
|
674
|
+
|
|
675
|
+
<dt class="tag-source">Source:</dt>
|
|
676
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
677
|
+
<a href="ECatCloudRecording.js.html">ECatCloudRecording.js</a>, <a href="ECatCloudRecording.js.html#line177">line 177</a>
|
|
678
|
+
</li></ul></dd>
|
|
679
|
+
|
|
680
|
+
|
|
681
|
+
|
|
682
|
+
|
|
683
|
+
|
|
684
|
+
|
|
685
|
+
|
|
686
|
+
|
|
687
|
+
|
|
688
|
+
|
|
689
|
+
|
|
690
|
+
|
|
691
|
+
|
|
692
|
+
|
|
693
|
+
|
|
694
|
+
|
|
695
|
+
|
|
696
|
+
|
|
697
|
+
|
|
698
|
+
<dt class="tag-author">Author:</dt>
|
|
699
|
+
<dd class="tag-author">
|
|
700
|
+
<ul>
|
|
701
|
+
<li>Aryan Pandey</li>
|
|
702
|
+
</ul>
|
|
703
|
+
</dd>
|
|
704
|
+
|
|
705
|
+
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
|
|
709
|
+
|
|
710
|
+
|
|
711
|
+
|
|
712
|
+
|
|
713
|
+
|
|
714
|
+
|
|
715
|
+
|
|
716
|
+
|
|
717
|
+
</dl>
|
|
718
|
+
|
|
719
|
+
|
|
720
|
+
|
|
721
|
+
|
|
722
|
+
|
|
723
|
+
<div class="description usertext">
|
|
724
|
+
List all cloud recordings of a user (Medium)
|
|
725
|
+
</div>
|
|
726
|
+
|
|
727
|
+
|
|
728
|
+
|
|
729
|
+
|
|
730
|
+
|
|
731
|
+
|
|
732
|
+
|
|
733
|
+
|
|
734
|
+
|
|
735
|
+
|
|
736
|
+
|
|
737
|
+
<h5>Parameters:</h5>
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
<table class="params">
|
|
741
|
+
<thead>
|
|
742
|
+
<tr>
|
|
743
|
+
|
|
744
|
+
<th>Name</th>
|
|
745
|
+
|
|
746
|
+
|
|
747
|
+
<th>Type</th>
|
|
748
|
+
|
|
749
|
+
|
|
750
|
+
|
|
751
|
+
|
|
752
|
+
|
|
753
|
+
<th class="last">Description</th>
|
|
754
|
+
</tr>
|
|
755
|
+
</thead>
|
|
756
|
+
|
|
757
|
+
<tbody>
|
|
758
|
+
|
|
471
759
|
|
|
472
760
|
<tr>
|
|
473
761
|
|
|
474
|
-
<td class="name"><code>
|
|
762
|
+
<td class="name"><code>opts</code></td>
|
|
475
763
|
|
|
476
764
|
|
|
477
765
|
<td class="type">
|
|
@@ -479,34 +767,40 @@
|
|
|
479
767
|
</td>
|
|
480
768
|
|
|
481
769
|
|
|
482
|
-
<td class="attributes">
|
|
483
|
-
|
|
484
|
-
<optional><br>
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
770
|
|
|
489
|
-
|
|
490
|
-
</td>
|
|
491
771
|
|
|
492
772
|
|
|
493
|
-
|
|
494
|
-
<
|
|
495
|
-
|
|
496
|
-
<code>300</code>
|
|
773
|
+
<td class="description last">object containing all arguments
|
|
774
|
+
<h6>Properties</h6>
|
|
497
775
|
|
|
498
|
-
</td>
|
|
499
|
-
|
|
500
776
|
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
777
|
+
<table class="params">
|
|
778
|
+
<thead>
|
|
779
|
+
<tr>
|
|
780
|
+
|
|
781
|
+
<th>Name</th>
|
|
782
|
+
|
|
783
|
+
|
|
784
|
+
<th>Type</th>
|
|
504
785
|
|
|
786
|
+
|
|
787
|
+
<th>Attributes</th>
|
|
788
|
+
|
|
789
|
+
|
|
790
|
+
|
|
791
|
+
<th>Default</th>
|
|
792
|
+
|
|
793
|
+
|
|
794
|
+
<th class="last">Description</th>
|
|
795
|
+
</tr>
|
|
796
|
+
</thead>
|
|
797
|
+
|
|
798
|
+
<tbody>
|
|
505
799
|
|
|
506
800
|
|
|
507
801
|
<tr>
|
|
508
802
|
|
|
509
|
-
<td class="name"><code>
|
|
803
|
+
<td class="name"><code>userId</code></td>
|
|
510
804
|
|
|
511
805
|
|
|
512
806
|
<td class="type">
|
|
@@ -516,8 +810,6 @@
|
|
|
516
810
|
|
|
517
811
|
<td class="attributes">
|
|
518
812
|
|
|
519
|
-
<optional><br>
|
|
520
|
-
|
|
521
813
|
|
|
522
814
|
|
|
523
815
|
|
|
@@ -531,8 +823,7 @@
|
|
|
531
823
|
</td>
|
|
532
824
|
|
|
533
825
|
|
|
534
|
-
<td class="description last">
|
|
535
|
-
through large result sets</td>
|
|
826
|
+
<td class="description last">the user ID or email address of the user</td>
|
|
536
827
|
</tr>
|
|
537
828
|
|
|
538
829
|
|
|
@@ -642,6 +933,38 @@
|
|
|
642
933
|
</tr>
|
|
643
934
|
|
|
644
935
|
|
|
936
|
+
|
|
937
|
+
<tr>
|
|
938
|
+
|
|
939
|
+
<td class="name"><code>onNewPage</code></td>
|
|
940
|
+
|
|
941
|
+
|
|
942
|
+
<td class="type">
|
|
943
|
+
|
|
944
|
+
</td>
|
|
945
|
+
|
|
946
|
+
|
|
947
|
+
<td class="attributes">
|
|
948
|
+
|
|
949
|
+
<optional><br>
|
|
950
|
+
|
|
951
|
+
|
|
952
|
+
|
|
953
|
+
|
|
954
|
+
|
|
955
|
+
</td>
|
|
956
|
+
|
|
957
|
+
|
|
958
|
+
|
|
959
|
+
<td class="default">
|
|
960
|
+
|
|
961
|
+
</td>
|
|
962
|
+
|
|
963
|
+
|
|
964
|
+
<td class="description last">callback function that is called when a new page of results is received.</td>
|
|
965
|
+
</tr>
|
|
966
|
+
|
|
967
|
+
|
|
645
968
|
</tbody>
|
|
646
969
|
</table>
|
|
647
970
|
|