qrusty-client 0.1.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.
Files changed (34) hide show
  1. package/README.md +69 -0
  2. package/docs/fonts/OpenSans-Bold-webfont.eot +0 -0
  3. package/docs/fonts/OpenSans-Bold-webfont.svg +1830 -0
  4. package/docs/fonts/OpenSans-Bold-webfont.woff +0 -0
  5. package/docs/fonts/OpenSans-BoldItalic-webfont.eot +0 -0
  6. package/docs/fonts/OpenSans-BoldItalic-webfont.svg +1830 -0
  7. package/docs/fonts/OpenSans-BoldItalic-webfont.woff +0 -0
  8. package/docs/fonts/OpenSans-Italic-webfont.eot +0 -0
  9. package/docs/fonts/OpenSans-Italic-webfont.svg +1830 -0
  10. package/docs/fonts/OpenSans-Italic-webfont.woff +0 -0
  11. package/docs/fonts/OpenSans-Light-webfont.eot +0 -0
  12. package/docs/fonts/OpenSans-Light-webfont.svg +1831 -0
  13. package/docs/fonts/OpenSans-Light-webfont.woff +0 -0
  14. package/docs/fonts/OpenSans-LightItalic-webfont.eot +0 -0
  15. package/docs/fonts/OpenSans-LightItalic-webfont.svg +1835 -0
  16. package/docs/fonts/OpenSans-LightItalic-webfont.woff +0 -0
  17. package/docs/fonts/OpenSans-Regular-webfont.eot +0 -0
  18. package/docs/fonts/OpenSans-Regular-webfont.svg +1831 -0
  19. package/docs/fonts/OpenSans-Regular-webfont.woff +0 -0
  20. package/docs/index.html +65 -0
  21. package/docs/index.js.html +136 -0
  22. package/docs/module-QrustyClient-QrustyClient.html +1317 -0
  23. package/docs/module-QrustyClient.html +172 -0
  24. package/docs/scripts/linenumber.js +25 -0
  25. package/docs/scripts/prettify/Apache-License-2.0.txt +202 -0
  26. package/docs/scripts/prettify/lang-css.js +2 -0
  27. package/docs/scripts/prettify/prettify.js +28 -0
  28. package/docs/styles/jsdoc-default.css +358 -0
  29. package/docs/styles/prettify-jsdoc.css +111 -0
  30. package/docs/styles/prettify-tomorrow.css +132 -0
  31. package/index.js +85 -0
  32. package/jsdoc.json +13 -0
  33. package/package.json +19 -0
  34. package/test.js +20 -0
@@ -0,0 +1,1317 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>JSDoc: Class: QrustyClient</title>
6
+
7
+ <script src="scripts/prettify/prettify.js"> </script>
8
+ <script src="scripts/prettify/lang-css.js"> </script>
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
13
+ <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
14
+ </head>
15
+
16
+ <body>
17
+
18
+ <div id="main">
19
+
20
+ <h1 class="page-title">Class: QrustyClient</h1>
21
+
22
+
23
+
24
+
25
+
26
+
27
+ <section>
28
+
29
+ <header>
30
+
31
+ <h2><span class="attribs"><span class="type-signature"></span></span>
32
+ <span class="ancestors"><a href="module-QrustyClient.html">QrustyClient</a>~</span>QrustyClient<span class="signature">(baseUrl)</span><span class="type-signature"></span></h2>
33
+
34
+
35
+ </header>
36
+
37
+ <article>
38
+ <div class="container-overview">
39
+
40
+
41
+
42
+
43
+
44
+
45
+ <h4 class="name" id="QrustyClient"><span class="type-signature"></span>new QrustyClient<span class="signature">(baseUrl)</span><span class="type-signature"></span></h4>
46
+
47
+
48
+
49
+
50
+
51
+
52
+ <div class="description">
53
+ Create a new QrustyClient
54
+ </div>
55
+
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+
64
+ <h5>Parameters:</h5>
65
+
66
+
67
+ <table class="params">
68
+ <thead>
69
+ <tr>
70
+
71
+ <th>Name</th>
72
+
73
+
74
+ <th>Type</th>
75
+
76
+
77
+
78
+
79
+
80
+ <th class="last">Description</th>
81
+ </tr>
82
+ </thead>
83
+
84
+ <tbody>
85
+
86
+
87
+ <tr>
88
+
89
+ <td class="name"><code>baseUrl</code></td>
90
+
91
+
92
+ <td class="type">
93
+
94
+
95
+ <span class="param-type">string</span>
96
+
97
+
98
+
99
+ </td>
100
+
101
+
102
+
103
+
104
+
105
+ <td class="description last">Base URL of the qrusty server</td>
106
+ </tr>
107
+
108
+
109
+ </tbody>
110
+ </table>
111
+
112
+
113
+
114
+
115
+
116
+
117
+ <dl class="details">
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+
130
+
131
+
132
+
133
+
134
+
135
+
136
+
137
+
138
+
139
+
140
+
141
+
142
+
143
+
144
+ <dt class="tag-source">Source:</dt>
145
+ <dd class="tag-source"><ul class="dummy"><li>
146
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line12">line 12</a>
147
+ </li></ul></dd>
148
+
149
+
150
+
151
+
152
+
153
+
154
+
155
+ </dl>
156
+
157
+
158
+
159
+
160
+
161
+
162
+
163
+
164
+
165
+
166
+
167
+
168
+
169
+
170
+
171
+
172
+
173
+
174
+
175
+
176
+
177
+ </div>
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+
188
+
189
+
190
+
191
+
192
+
193
+
194
+ <h3 class="subsection-title">Methods</h3>
195
+
196
+
197
+
198
+
199
+
200
+
201
+
202
+ <h4 class="name" id="ack"><span class="type-signature">(async) </span>ack<span class="signature">(queue, messageId, consumerId)</span><span class="type-signature"> &rarr; {Promise.&lt;object>}</span></h4>
203
+
204
+
205
+
206
+
207
+
208
+
209
+ <div class="description">
210
+ Acknowledge a message
211
+ </div>
212
+
213
+
214
+
215
+
216
+
217
+
218
+
219
+
220
+
221
+ <h5>Parameters:</h5>
222
+
223
+
224
+ <table class="params">
225
+ <thead>
226
+ <tr>
227
+
228
+ <th>Name</th>
229
+
230
+
231
+ <th>Type</th>
232
+
233
+
234
+
235
+
236
+
237
+ <th class="last">Description</th>
238
+ </tr>
239
+ </thead>
240
+
241
+ <tbody>
242
+
243
+
244
+ <tr>
245
+
246
+ <td class="name"><code>queue</code></td>
247
+
248
+
249
+ <td class="type">
250
+
251
+
252
+ <span class="param-type">string</span>
253
+
254
+
255
+
256
+ </td>
257
+
258
+
259
+
260
+
261
+
262
+ <td class="description last"></td>
263
+ </tr>
264
+
265
+
266
+
267
+ <tr>
268
+
269
+ <td class="name"><code>messageId</code></td>
270
+
271
+
272
+ <td class="type">
273
+
274
+
275
+ <span class="param-type">string</span>
276
+
277
+
278
+
279
+ </td>
280
+
281
+
282
+
283
+
284
+
285
+ <td class="description last"></td>
286
+ </tr>
287
+
288
+
289
+
290
+ <tr>
291
+
292
+ <td class="name"><code>consumerId</code></td>
293
+
294
+
295
+ <td class="type">
296
+
297
+
298
+ <span class="param-type">string</span>
299
+
300
+
301
+
302
+ </td>
303
+
304
+
305
+
306
+
307
+
308
+ <td class="description last"></td>
309
+ </tr>
310
+
311
+
312
+ </tbody>
313
+ </table>
314
+
315
+
316
+
317
+
318
+
319
+
320
+ <dl class="details">
321
+
322
+
323
+
324
+
325
+
326
+
327
+
328
+
329
+
330
+
331
+
332
+
333
+
334
+
335
+
336
+
337
+
338
+
339
+
340
+
341
+
342
+
343
+
344
+
345
+
346
+
347
+ <dt class="tag-source">Source:</dt>
348
+ <dd class="tag-source"><ul class="dummy"><li>
349
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line50">line 50</a>
350
+ </li></ul></dd>
351
+
352
+
353
+
354
+
355
+
356
+
357
+
358
+ </dl>
359
+
360
+
361
+
362
+
363
+
364
+
365
+
366
+
367
+
368
+
369
+
370
+
371
+
372
+
373
+
374
+ <h5>Returns:</h5>
375
+
376
+
377
+
378
+
379
+ <dl>
380
+ <dt>
381
+ Type
382
+ </dt>
383
+ <dd>
384
+
385
+ <span class="param-type">Promise.&lt;object></span>
386
+
387
+
388
+ </dd>
389
+ </dl>
390
+
391
+
392
+
393
+
394
+
395
+
396
+
397
+
398
+
399
+
400
+
401
+
402
+
403
+ <h4 class="name" id="consume"><span class="type-signature">(async) </span>consume<span class="signature">(queue, consumerId, timeoutSeconds<span class="signature-attributes">opt</span>)</span><span class="type-signature"> &rarr; {Promise.&lt;object>}</span></h4>
404
+
405
+
406
+
407
+
408
+
409
+
410
+ <div class="description">
411
+ Consume a message from a queue
412
+ </div>
413
+
414
+
415
+
416
+
417
+
418
+
419
+
420
+
421
+
422
+ <h5>Parameters:</h5>
423
+
424
+
425
+ <table class="params">
426
+ <thead>
427
+ <tr>
428
+
429
+ <th>Name</th>
430
+
431
+
432
+ <th>Type</th>
433
+
434
+
435
+ <th>Attributes</th>
436
+
437
+
438
+
439
+ <th>Default</th>
440
+
441
+
442
+ <th class="last">Description</th>
443
+ </tr>
444
+ </thead>
445
+
446
+ <tbody>
447
+
448
+
449
+ <tr>
450
+
451
+ <td class="name"><code>queue</code></td>
452
+
453
+
454
+ <td class="type">
455
+
456
+
457
+ <span class="param-type">string</span>
458
+
459
+
460
+
461
+ </td>
462
+
463
+
464
+ <td class="attributes">
465
+
466
+
467
+
468
+
469
+
470
+ </td>
471
+
472
+
473
+
474
+ <td class="default">
475
+
476
+ </td>
477
+
478
+
479
+ <td class="description last"></td>
480
+ </tr>
481
+
482
+
483
+
484
+ <tr>
485
+
486
+ <td class="name"><code>consumerId</code></td>
487
+
488
+
489
+ <td class="type">
490
+
491
+
492
+ <span class="param-type">string</span>
493
+
494
+
495
+
496
+ </td>
497
+
498
+
499
+ <td class="attributes">
500
+
501
+
502
+
503
+
504
+
505
+ </td>
506
+
507
+
508
+
509
+ <td class="default">
510
+
511
+ </td>
512
+
513
+
514
+ <td class="description last"></td>
515
+ </tr>
516
+
517
+
518
+
519
+ <tr>
520
+
521
+ <td class="name"><code>timeoutSeconds</code></td>
522
+
523
+
524
+ <td class="type">
525
+
526
+
527
+ <span class="param-type">number</span>
528
+
529
+
530
+
531
+ </td>
532
+
533
+
534
+ <td class="attributes">
535
+
536
+ &lt;optional><br>
537
+
538
+
539
+
540
+
541
+
542
+ </td>
543
+
544
+
545
+
546
+ <td class="default">
547
+
548
+ 30
549
+
550
+ </td>
551
+
552
+
553
+ <td class="description last"></td>
554
+ </tr>
555
+
556
+
557
+ </tbody>
558
+ </table>
559
+
560
+
561
+
562
+
563
+
564
+
565
+ <dl class="details">
566
+
567
+
568
+
569
+
570
+
571
+
572
+
573
+
574
+
575
+
576
+
577
+
578
+
579
+
580
+
581
+
582
+
583
+
584
+
585
+
586
+
587
+
588
+
589
+
590
+
591
+
592
+ <dt class="tag-source">Source:</dt>
593
+ <dd class="tag-source"><ul class="dummy"><li>
594
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line37">line 37</a>
595
+ </li></ul></dd>
596
+
597
+
598
+
599
+
600
+
601
+
602
+
603
+ </dl>
604
+
605
+
606
+
607
+
608
+
609
+
610
+
611
+
612
+
613
+
614
+
615
+
616
+
617
+
618
+
619
+ <h5>Returns:</h5>
620
+
621
+
622
+
623
+
624
+ <dl>
625
+ <dt>
626
+ Type
627
+ </dt>
628
+ <dd>
629
+
630
+ <span class="param-type">Promise.&lt;object></span>
631
+
632
+
633
+ </dd>
634
+ </dl>
635
+
636
+
637
+
638
+
639
+
640
+
641
+
642
+
643
+
644
+
645
+
646
+
647
+
648
+ <h4 class="name" id="listQueues"><span class="type-signature">(async) </span>listQueues<span class="signature">()</span><span class="type-signature"> &rarr; {Promise.&lt;object>}</span></h4>
649
+
650
+
651
+
652
+
653
+
654
+
655
+ <div class="description">
656
+ List all queues
657
+ </div>
658
+
659
+
660
+
661
+
662
+
663
+
664
+
665
+
666
+
667
+
668
+
669
+
670
+
671
+ <dl class="details">
672
+
673
+
674
+
675
+
676
+
677
+
678
+
679
+
680
+
681
+
682
+
683
+
684
+
685
+
686
+
687
+
688
+
689
+
690
+
691
+
692
+
693
+
694
+
695
+
696
+
697
+
698
+ <dt class="tag-source">Source:</dt>
699
+ <dd class="tag-source"><ul class="dummy"><li>
700
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line79">line 79</a>
701
+ </li></ul></dd>
702
+
703
+
704
+
705
+
706
+
707
+
708
+
709
+ </dl>
710
+
711
+
712
+
713
+
714
+
715
+
716
+
717
+
718
+
719
+
720
+
721
+
722
+
723
+
724
+
725
+ <h5>Returns:</h5>
726
+
727
+
728
+
729
+
730
+ <dl>
731
+ <dt>
732
+ Type
733
+ </dt>
734
+ <dd>
735
+
736
+ <span class="param-type">Promise.&lt;object></span>
737
+
738
+
739
+ </dd>
740
+ </dl>
741
+
742
+
743
+
744
+
745
+
746
+
747
+
748
+
749
+
750
+
751
+
752
+
753
+
754
+ <h4 class="name" id="publish"><span class="type-signature">(async) </span>publish<span class="signature">(queue, priority, payload, maxRetries<span class="signature-attributes">opt</span>)</span><span class="type-signature"> &rarr; {Promise.&lt;object>}</span></h4>
755
+
756
+
757
+
758
+
759
+
760
+
761
+ <div class="description">
762
+ Publish a message to a queue
763
+ </div>
764
+
765
+
766
+
767
+
768
+
769
+
770
+
771
+
772
+
773
+ <h5>Parameters:</h5>
774
+
775
+
776
+ <table class="params">
777
+ <thead>
778
+ <tr>
779
+
780
+ <th>Name</th>
781
+
782
+
783
+ <th>Type</th>
784
+
785
+
786
+ <th>Attributes</th>
787
+
788
+
789
+
790
+ <th>Default</th>
791
+
792
+
793
+ <th class="last">Description</th>
794
+ </tr>
795
+ </thead>
796
+
797
+ <tbody>
798
+
799
+
800
+ <tr>
801
+
802
+ <td class="name"><code>queue</code></td>
803
+
804
+
805
+ <td class="type">
806
+
807
+
808
+ <span class="param-type">string</span>
809
+
810
+
811
+
812
+ </td>
813
+
814
+
815
+ <td class="attributes">
816
+
817
+
818
+
819
+
820
+
821
+ </td>
822
+
823
+
824
+
825
+ <td class="default">
826
+
827
+ </td>
828
+
829
+
830
+ <td class="description last"></td>
831
+ </tr>
832
+
833
+
834
+
835
+ <tr>
836
+
837
+ <td class="name"><code>priority</code></td>
838
+
839
+
840
+ <td class="type">
841
+
842
+
843
+ <span class="param-type">number</span>
844
+
845
+
846
+
847
+ </td>
848
+
849
+
850
+ <td class="attributes">
851
+
852
+
853
+
854
+
855
+
856
+ </td>
857
+
858
+
859
+
860
+ <td class="default">
861
+
862
+ </td>
863
+
864
+
865
+ <td class="description last"></td>
866
+ </tr>
867
+
868
+
869
+
870
+ <tr>
871
+
872
+ <td class="name"><code>payload</code></td>
873
+
874
+
875
+ <td class="type">
876
+
877
+
878
+ <span class="param-type">object</span>
879
+
880
+
881
+
882
+ </td>
883
+
884
+
885
+ <td class="attributes">
886
+
887
+
888
+
889
+
890
+
891
+ </td>
892
+
893
+
894
+
895
+ <td class="default">
896
+
897
+ </td>
898
+
899
+
900
+ <td class="description last"></td>
901
+ </tr>
902
+
903
+
904
+
905
+ <tr>
906
+
907
+ <td class="name"><code>maxRetries</code></td>
908
+
909
+
910
+ <td class="type">
911
+
912
+
913
+ <span class="param-type">number</span>
914
+
915
+
916
+
917
+ </td>
918
+
919
+
920
+ <td class="attributes">
921
+
922
+ &lt;optional><br>
923
+
924
+
925
+
926
+
927
+
928
+ </td>
929
+
930
+
931
+
932
+ <td class="default">
933
+
934
+ 3
935
+
936
+ </td>
937
+
938
+
939
+ <td class="description last"></td>
940
+ </tr>
941
+
942
+
943
+ </tbody>
944
+ </table>
945
+
946
+
947
+
948
+
949
+
950
+
951
+ <dl class="details">
952
+
953
+
954
+
955
+
956
+
957
+
958
+
959
+
960
+
961
+
962
+
963
+
964
+
965
+
966
+
967
+
968
+
969
+
970
+
971
+
972
+
973
+
974
+
975
+
976
+
977
+
978
+ <dt class="tag-source">Source:</dt>
979
+ <dd class="tag-source"><ul class="dummy"><li>
980
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line24">line 24</a>
981
+ </li></ul></dd>
982
+
983
+
984
+
985
+
986
+
987
+
988
+
989
+ </dl>
990
+
991
+
992
+
993
+
994
+
995
+
996
+
997
+
998
+
999
+
1000
+
1001
+
1002
+
1003
+
1004
+
1005
+ <h5>Returns:</h5>
1006
+
1007
+
1008
+
1009
+
1010
+ <dl>
1011
+ <dt>
1012
+ Type
1013
+ </dt>
1014
+ <dd>
1015
+
1016
+ <span class="param-type">Promise.&lt;object></span>
1017
+
1018
+
1019
+ </dd>
1020
+ </dl>
1021
+
1022
+
1023
+
1024
+
1025
+
1026
+
1027
+
1028
+
1029
+
1030
+
1031
+
1032
+
1033
+
1034
+ <h4 class="name" id="purge"><span class="type-signature">(async) </span>purge<span class="signature">(queue)</span><span class="type-signature"> &rarr; {Promise.&lt;object>}</span></h4>
1035
+
1036
+
1037
+
1038
+
1039
+
1040
+
1041
+ <div class="description">
1042
+ Purge a queue
1043
+ </div>
1044
+
1045
+
1046
+
1047
+
1048
+
1049
+
1050
+
1051
+
1052
+
1053
+ <h5>Parameters:</h5>
1054
+
1055
+
1056
+ <table class="params">
1057
+ <thead>
1058
+ <tr>
1059
+
1060
+ <th>Name</th>
1061
+
1062
+
1063
+ <th>Type</th>
1064
+
1065
+
1066
+
1067
+
1068
+
1069
+ <th class="last">Description</th>
1070
+ </tr>
1071
+ </thead>
1072
+
1073
+ <tbody>
1074
+
1075
+
1076
+ <tr>
1077
+
1078
+ <td class="name"><code>queue</code></td>
1079
+
1080
+
1081
+ <td class="type">
1082
+
1083
+
1084
+ <span class="param-type">string</span>
1085
+
1086
+
1087
+
1088
+ </td>
1089
+
1090
+
1091
+
1092
+
1093
+
1094
+ <td class="description last"></td>
1095
+ </tr>
1096
+
1097
+
1098
+ </tbody>
1099
+ </table>
1100
+
1101
+
1102
+
1103
+
1104
+
1105
+
1106
+ <dl class="details">
1107
+
1108
+
1109
+
1110
+
1111
+
1112
+
1113
+
1114
+
1115
+
1116
+
1117
+
1118
+
1119
+
1120
+
1121
+
1122
+
1123
+
1124
+
1125
+
1126
+
1127
+
1128
+
1129
+
1130
+
1131
+
1132
+
1133
+ <dt class="tag-source">Source:</dt>
1134
+ <dd class="tag-source"><ul class="dummy"><li>
1135
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line61">line 61</a>
1136
+ </li></ul></dd>
1137
+
1138
+
1139
+
1140
+
1141
+
1142
+
1143
+
1144
+ </dl>
1145
+
1146
+
1147
+
1148
+
1149
+
1150
+
1151
+
1152
+
1153
+
1154
+
1155
+
1156
+
1157
+
1158
+
1159
+
1160
+ <h5>Returns:</h5>
1161
+
1162
+
1163
+
1164
+
1165
+ <dl>
1166
+ <dt>
1167
+ Type
1168
+ </dt>
1169
+ <dd>
1170
+
1171
+ <span class="param-type">Promise.&lt;object></span>
1172
+
1173
+
1174
+ </dd>
1175
+ </dl>
1176
+
1177
+
1178
+
1179
+
1180
+
1181
+
1182
+
1183
+
1184
+
1185
+
1186
+
1187
+
1188
+
1189
+ <h4 class="name" id="stats"><span class="type-signature">(async) </span>stats<span class="signature">()</span><span class="type-signature"> &rarr; {Promise.&lt;object>}</span></h4>
1190
+
1191
+
1192
+
1193
+
1194
+
1195
+
1196
+ <div class="description">
1197
+ Get stats for all queues
1198
+ </div>
1199
+
1200
+
1201
+
1202
+
1203
+
1204
+
1205
+
1206
+
1207
+
1208
+
1209
+
1210
+
1211
+
1212
+ <dl class="details">
1213
+
1214
+
1215
+
1216
+
1217
+
1218
+
1219
+
1220
+
1221
+
1222
+
1223
+
1224
+
1225
+
1226
+
1227
+
1228
+
1229
+
1230
+
1231
+
1232
+
1233
+
1234
+
1235
+
1236
+
1237
+
1238
+
1239
+ <dt class="tag-source">Source:</dt>
1240
+ <dd class="tag-source"><ul class="dummy"><li>
1241
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line70">line 70</a>
1242
+ </li></ul></dd>
1243
+
1244
+
1245
+
1246
+
1247
+
1248
+
1249
+
1250
+ </dl>
1251
+
1252
+
1253
+
1254
+
1255
+
1256
+
1257
+
1258
+
1259
+
1260
+
1261
+
1262
+
1263
+
1264
+
1265
+
1266
+ <h5>Returns:</h5>
1267
+
1268
+
1269
+
1270
+
1271
+ <dl>
1272
+ <dt>
1273
+ Type
1274
+ </dt>
1275
+ <dd>
1276
+
1277
+ <span class="param-type">Promise.&lt;object></span>
1278
+
1279
+
1280
+ </dd>
1281
+ </dl>
1282
+
1283
+
1284
+
1285
+
1286
+
1287
+
1288
+
1289
+
1290
+
1291
+
1292
+
1293
+
1294
+
1295
+ </article>
1296
+
1297
+ </section>
1298
+
1299
+
1300
+
1301
+
1302
+ </div>
1303
+
1304
+ <nav>
1305
+ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-QrustyClient.html">QrustyClient</a></li></ul><h3>Classes</h3><ul><li><a href="module-QrustyClient-QrustyClient.html">QrustyClient</a></li></ul>
1306
+ </nav>
1307
+
1308
+ <br class="clear">
1309
+
1310
+ <footer>
1311
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Wed Aug 20 2025 02:57:25 GMT+0000 (Coordinated Universal Time)
1312
+ </footer>
1313
+
1314
+ <script> prettyPrint(); </script>
1315
+ <script src="scripts/linenumber.js"> </script>
1316
+ </body>
1317
+ </html>