@beauraines/rtm-api 1.4.1

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 (52) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +285 -0
  3. package/config.js +22 -0
  4. package/docs/RTMClient.html +2798 -0
  5. package/docs/RTMError.html +1029 -0
  6. package/docs/RTMList.html +966 -0
  7. package/docs/RTMResponse.html +868 -0
  8. package/docs/RTMSuccess.html +337 -0
  9. package/docs/RTMTask.html +2461 -0
  10. package/docs/RTMUser.html +6761 -0
  11. package/docs/client_auth.js.html +123 -0
  12. package/docs/client_index.js.html +241 -0
  13. package/docs/client_user.js.html +170 -0
  14. package/docs/global.html +386 -0
  15. package/docs/index.html +305 -0
  16. package/docs/list_index.js.html +159 -0
  17. package/docs/response_error.js.html +172 -0
  18. package/docs/response_response.js.html +160 -0
  19. package/docs/response_success.js.html +104 -0
  20. package/docs/scripts/linenumber.js +25 -0
  21. package/docs/scripts/prettify/Apache-License-2.0.txt +202 -0
  22. package/docs/scripts/prettify/lang-css.js +2 -0
  23. package/docs/scripts/prettify/prettify.js +28 -0
  24. package/docs/styles/jsdoc.css +664 -0
  25. package/docs/styles/prettify.css +79 -0
  26. package/docs/task_helper.js.html +531 -0
  27. package/docs/task_index.js.html +304 -0
  28. package/docs/user_index.js.html +347 -0
  29. package/docs/user_lists.js.html +208 -0
  30. package/docs/user_tasks.js.html +703 -0
  31. package/jsdoc.json +13 -0
  32. package/package.json +33 -0
  33. package/src/client/auth.js +65 -0
  34. package/src/client/index.js +182 -0
  35. package/src/client/user.js +112 -0
  36. package/src/list/helper.js +131 -0
  37. package/src/list/index.js +101 -0
  38. package/src/response/error.js +114 -0
  39. package/src/response/index.js +8 -0
  40. package/src/response/parse.js +51 -0
  41. package/src/response/response.js +102 -0
  42. package/src/response/success.js +46 -0
  43. package/src/task/helper.js +469 -0
  44. package/src/task/index.js +264 -0
  45. package/src/user/index.js +288 -0
  46. package/src/user/lists.js +150 -0
  47. package/src/user/tasks.js +708 -0
  48. package/src/utils/auth.js +188 -0
  49. package/src/utils/fetch.js +67 -0
  50. package/src/utils/get.js +247 -0
  51. package/src/utils/sign.js +93 -0
  52. package/src/utils/taskIds.js +188 -0
@@ -0,0 +1,966 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>RTMList - Documentation</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.css">
13
+ <link type="text/css" rel="stylesheet" href="styles/jsdoc.css">
14
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
15
+ </head>
16
+ <body>
17
+
18
+ <input type="checkbox" id="nav-trigger" class="nav-trigger" />
19
+ <label for="nav-trigger" class="navicon-button x">
20
+ <div class="navicon"></div>
21
+ </label>
22
+
23
+ <label for="nav-trigger" class="overlay"></label>
24
+
25
+ <nav>
26
+ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="RTMClient.html">RTMClient</a><ul class='methods'><li data-type='method'><a href="RTMClient.html#get">get</a></li><li data-type='method'><a href="RTMClient.html#~auth/getAuthToken">auth/getAuthToken</a></li><li data-type='method'><a href="RTMClient.html#~auth/getAuthUrl">auth/getAuthUrl</a></li><li data-type='method'><a href="RTMClient.html#~auth/verifyAuthToken">auth/verifyAuthToken</a></li><li data-type='method'><a href="RTMClient.html#~user/create">user/create</a></li><li data-type='method'><a href="RTMClient.html#~user/export">user/export</a></li><li data-type='method'><a href="RTMClient.html#~user/exportToString">user/exportToString</a></li><li data-type='method'><a href="RTMClient.html#~user/import">user/import</a></li><li data-type='method'><a href="RTMClient.html#~user/importFromString">user/importFromString</a></li></ul></li><li><a href="RTMError.html">RTMError</a><ul class='methods'><li data-type='method'><a href="RTMError.html#.networkError">networkError</a></li><li data-type='method'><a href="RTMError.html#.rateLimitError">rateLimitError</a></li><li data-type='method'><a href="RTMError.html#.referenceError">referenceError</a></li><li data-type='method'><a href="RTMError.html#.responseError">responseError</a></li><li data-type='method'><a href="RTMError.html#.serverError">serverError</a></li><li data-type='method'><a href="RTMError.html#toString">toString</a></li></ul></li><li><a href="RTMList.html">RTMList</a></li><li><a href="RTMResponse.html">RTMResponse</a><ul class='methods'><li data-type='method'><a href="RTMResponse.html#has">has</a></li><li data-type='method'><a href="RTMResponse.html#toString">toString</a></li></ul></li><li><a href="RTMSuccess.html">RTMSuccess</a><ul class='methods'><li data-type='method'><a href="RTMSuccess.html#toString">toString</a></li></ul></li><li><a href="RTMTask.html">RTMTask</a></li><li><a href="RTMUser.html">RTMUser</a><ul class='methods'><li data-type='method'><a href="RTMUser.html#clearTaskIndexCache">clearTaskIndexCache</a></li><li data-type='method'><a href="RTMUser.html#get">get</a></li><li data-type='method'><a href="RTMUser.html#verifyAuthToken">verifyAuthToken</a></li><li data-type='method'><a href="RTMUser.html#~lists/add">lists/add</a></li><li data-type='method'><a href="RTMUser.html#~lists/archive">lists/archive</a></li><li data-type='method'><a href="RTMUser.html#~lists/get">lists/get</a></li><li data-type='method'><a href="RTMUser.html#~lists/remove">lists/remove</a></li><li data-type='method'><a href="RTMUser.html#~lists/rename">lists/rename</a></li><li data-type='method'><a href="RTMUser.html#~tasks/add">tasks/add</a></li><li data-type='method'><a href="RTMUser.html#~tasks/addNotes">tasks/addNotes</a></li><li data-type='method'><a href="RTMUser.html#~tasks/addTags">tasks/addTags</a></li><li data-type='method'><a href="RTMUser.html#~tasks/complete">tasks/complete</a></li><li data-type='method'><a href="RTMUser.html#~tasks/decreasePriority">tasks/decreasePriority</a></li><li data-type='method'><a href="RTMUser.html#~tasks/get">tasks/get</a></li><li data-type='method'><a href="RTMUser.html#~tasks/getTask">tasks/getTask</a></li><li data-type='method'><a href="RTMUser.html#~tasks/increasePriority">tasks/increasePriority</a></li><li data-type='method'><a href="RTMUser.html#~tasks/move">tasks/move</a></li><li data-type='method'><a href="RTMUser.html#~tasks/postpone">tasks/postpone</a></li><li data-type='method'><a href="RTMUser.html#~tasks/priority">tasks/priority</a></li><li data-type='method'><a href="RTMUser.html#~tasks/remove">tasks/remove</a></li><li data-type='method'><a href="RTMUser.html#~tasks/removeTags">tasks/removeTags</a></li><li data-type='method'><a href="RTMUser.html#~tasks/setDueDate">tasks/setDueDate</a></li><li data-type='method'><a href="RTMUser.html#~tasks/setName">tasks/setName</a></li><li data-type='method'><a href="RTMUser.html#~tasks/setURL">tasks/setURL</a></li><li data-type='method'><a href="RTMUser.html#~tasks/uncomplete">tasks/uncomplete</a></li></ul></li></ul><h3>Global</h3><ul><li><a href="global.html#setStartDate">setStartDate</a></li></ul>
27
+ </nav>
28
+
29
+ <div id="main">
30
+
31
+ <h1 class="page-title">RTMList</h1>
32
+
33
+
34
+
35
+
36
+
37
+
38
+
39
+ <section>
40
+
41
+ <header>
42
+
43
+ <h2>
44
+ RTMList
45
+ </h2>
46
+
47
+ <div class="class-description"><h3>RTM List</h3>
48
+ <p>This Class is used to represent the properties of an RTM List.</p>
49
+ <p>All of the list properties from RTM are directly accessible from this Class.</p>
50
+ <pre class="prettyprint source"><code>let list = new RTMList(...);
51
+ let name = list.name;
52
+ </code></pre></div>
53
+
54
+
55
+ </header>
56
+
57
+ <article>
58
+ <div class="container-overview">
59
+
60
+
61
+
62
+
63
+ <h2>Constructor</h2>
64
+
65
+
66
+ <h4 class="name" id="RTMList"><span class="type-signature"></span>new RTMList<span class="signature">(props)</span><span class="type-signature"></span></h4>
67
+
68
+
69
+
70
+
71
+
72
+
73
+ <dl class="details">
74
+
75
+
76
+ <dt class="tag-source">Source:</dt>
77
+ <dd class="tag-source"><ul class="dummy"><li>
78
+ <a href="list_index.js.html">list/index.js</a>, <a href="list_index.js.html#line17">line 17</a>
79
+ </li></ul></dd>
80
+
81
+
82
+
83
+
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+
98
+
99
+
100
+
101
+
102
+
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+
111
+ </dl>
112
+
113
+
114
+
115
+
116
+
117
+ <div class="description">
118
+ <p>Create a new RTM List</p>
119
+ </div>
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+
130
+
131
+ <h5>Parameters:</h5>
132
+
133
+
134
+ <table class="params">
135
+ <thead>
136
+ <tr>
137
+
138
+ <th>Name</th>
139
+
140
+
141
+ <th>Type</th>
142
+
143
+
144
+
145
+
146
+
147
+ <th class="last">Description</th>
148
+ </tr>
149
+ </thead>
150
+
151
+ <tbody>
152
+
153
+
154
+ <tr>
155
+
156
+ <td class="name"><code>props</code></td>
157
+
158
+
159
+ <td class="type">
160
+
161
+
162
+ <span class="param-type">object</span>
163
+
164
+
165
+
166
+ </td>
167
+
168
+
169
+
170
+
171
+
172
+ <td class="description last"><p>The properties from the RTM API response <code>resp.lists.list</code></p></td>
173
+ </tr>
174
+
175
+
176
+ </tbody>
177
+ </table>
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+
188
+
189
+
190
+
191
+
192
+
193
+
194
+
195
+ </div>
196
+
197
+
198
+
199
+
200
+
201
+
202
+
203
+
204
+
205
+
206
+
207
+
208
+ <h3 class="subsection-title">Members</h3>
209
+
210
+
211
+
212
+ <h4 class="name" id="archived"><span class="type-signature"></span>archived<span class="type-signature"> :boolean</span></h4>
213
+
214
+
215
+
216
+
217
+
218
+ <dl class="details">
219
+
220
+
221
+ <dt class="tag-source">Source:</dt>
222
+ <dd class="tag-source"><ul class="dummy"><li>
223
+ <a href="list_index.js.html">list/index.js</a>, <a href="list_index.js.html#line53">line 53</a>
224
+ </li></ul></dd>
225
+
226
+
227
+
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+
237
+
238
+
239
+
240
+
241
+
242
+
243
+
244
+
245
+
246
+
247
+
248
+
249
+
250
+
251
+
252
+
253
+
254
+
255
+
256
+ </dl>
257
+
258
+
259
+
260
+
261
+
262
+ <div class="description">
263
+ <p>List Archived Flag</p>
264
+ </div>
265
+
266
+
267
+
268
+ <h5>Type:</h5>
269
+ <ul>
270
+ <li>
271
+
272
+ <span class="param-type">boolean</span>
273
+
274
+
275
+ </li>
276
+ </ul>
277
+
278
+
279
+
280
+
281
+
282
+
283
+
284
+
285
+ <h4 class="name" id="deleted"><span class="type-signature"></span>deleted<span class="type-signature"> :boolean</span></h4>
286
+
287
+
288
+
289
+
290
+
291
+ <dl class="details">
292
+
293
+
294
+ <dt class="tag-source">Source:</dt>
295
+ <dd class="tag-source"><ul class="dummy"><li>
296
+ <a href="list_index.js.html">list/index.js</a>, <a href="list_index.js.html#line41">line 41</a>
297
+ </li></ul></dd>
298
+
299
+
300
+
301
+
302
+
303
+
304
+
305
+
306
+
307
+
308
+
309
+
310
+
311
+
312
+
313
+
314
+
315
+
316
+
317
+
318
+
319
+
320
+
321
+
322
+
323
+
324
+
325
+
326
+
327
+
328
+
329
+ </dl>
330
+
331
+
332
+
333
+
334
+
335
+ <div class="description">
336
+ <p>List Deleted Flag</p>
337
+ </div>
338
+
339
+
340
+
341
+ <h5>Type:</h5>
342
+ <ul>
343
+ <li>
344
+
345
+ <span class="param-type">boolean</span>
346
+
347
+
348
+ </li>
349
+ </ul>
350
+
351
+
352
+
353
+
354
+
355
+
356
+
357
+
358
+ <h4 class="name" id="filter"><span class="type-signature"></span>filter<span class="type-signature"> :string</span></h4>
359
+
360
+
361
+
362
+
363
+
364
+ <dl class="details">
365
+
366
+
367
+ <dt class="tag-source">Source:</dt>
368
+ <dd class="tag-source"><ul class="dummy"><li>
369
+ <a href="list_index.js.html">list/index.js</a>, <a href="list_index.js.html#line72">line 72</a>
370
+ </li></ul></dd>
371
+
372
+
373
+
374
+
375
+
376
+
377
+
378
+
379
+
380
+
381
+
382
+
383
+
384
+
385
+
386
+
387
+
388
+
389
+
390
+
391
+
392
+
393
+
394
+
395
+
396
+
397
+
398
+
399
+
400
+
401
+
402
+ </dl>
403
+
404
+
405
+
406
+
407
+
408
+ <div class="description">
409
+ <p>Smart List Filter</p>
410
+ </div>
411
+
412
+
413
+
414
+ <h5>Type:</h5>
415
+ <ul>
416
+ <li>
417
+
418
+ <span class="param-type">string</span>
419
+
420
+
421
+ </li>
422
+ </ul>
423
+
424
+
425
+
426
+
427
+
428
+
429
+
430
+
431
+ <h4 class="name" id="id"><span class="type-signature"></span>id<span class="type-signature"> :Number</span></h4>
432
+
433
+
434
+
435
+
436
+
437
+ <dl class="details">
438
+
439
+
440
+ <dt class="tag-source">Source:</dt>
441
+ <dd class="tag-source"><ul class="dummy"><li>
442
+ <a href="list_index.js.html">list/index.js</a>, <a href="list_index.js.html#line29">line 29</a>
443
+ </li></ul></dd>
444
+
445
+
446
+
447
+
448
+
449
+
450
+
451
+
452
+
453
+
454
+
455
+
456
+
457
+
458
+
459
+
460
+
461
+
462
+
463
+
464
+
465
+
466
+
467
+
468
+
469
+
470
+
471
+
472
+
473
+
474
+
475
+ </dl>
476
+
477
+
478
+
479
+
480
+
481
+ <div class="description">
482
+ <p>List ID</p>
483
+ </div>
484
+
485
+
486
+
487
+ <h5>Type:</h5>
488
+ <ul>
489
+ <li>
490
+
491
+ <span class="param-type">Number</span>
492
+
493
+
494
+ </li>
495
+ </ul>
496
+
497
+
498
+
499
+
500
+
501
+
502
+
503
+
504
+ <h4 class="name" id="locked"><span class="type-signature"></span>locked<span class="type-signature"> :boolean</span></h4>
505
+
506
+
507
+
508
+
509
+
510
+ <dl class="details">
511
+
512
+
513
+ <dt class="tag-source">Source:</dt>
514
+ <dd class="tag-source"><ul class="dummy"><li>
515
+ <a href="list_index.js.html">list/index.js</a>, <a href="list_index.js.html#line47">line 47</a>
516
+ </li></ul></dd>
517
+
518
+
519
+
520
+
521
+
522
+
523
+
524
+
525
+
526
+
527
+
528
+
529
+
530
+
531
+
532
+
533
+
534
+
535
+
536
+
537
+
538
+
539
+
540
+
541
+
542
+
543
+
544
+
545
+
546
+
547
+
548
+ </dl>
549
+
550
+
551
+
552
+
553
+
554
+ <div class="description">
555
+ <p>List Locked Flag</p>
556
+ </div>
557
+
558
+
559
+
560
+ <h5>Type:</h5>
561
+ <ul>
562
+ <li>
563
+
564
+ <span class="param-type">boolean</span>
565
+
566
+
567
+ </li>
568
+ </ul>
569
+
570
+
571
+
572
+
573
+
574
+
575
+
576
+
577
+ <h4 class="name" id="name"><span class="type-signature"></span>name<span class="type-signature"> :string</span></h4>
578
+
579
+
580
+
581
+
582
+
583
+ <dl class="details">
584
+
585
+
586
+ <dt class="tag-source">Source:</dt>
587
+ <dd class="tag-source"><ul class="dummy"><li>
588
+ <a href="list_index.js.html">list/index.js</a>, <a href="list_index.js.html#line35">line 35</a>
589
+ </li></ul></dd>
590
+
591
+
592
+
593
+
594
+
595
+
596
+
597
+
598
+
599
+
600
+
601
+
602
+
603
+
604
+
605
+
606
+
607
+
608
+
609
+
610
+
611
+
612
+
613
+
614
+
615
+
616
+
617
+
618
+
619
+
620
+
621
+ </dl>
622
+
623
+
624
+
625
+
626
+
627
+ <div class="description">
628
+ <p>List Name</p>
629
+ </div>
630
+
631
+
632
+
633
+ <h5>Type:</h5>
634
+ <ul>
635
+ <li>
636
+
637
+ <span class="param-type">string</span>
638
+
639
+
640
+ </li>
641
+ </ul>
642
+
643
+
644
+
645
+
646
+
647
+
648
+
649
+
650
+ <h4 class="name" id="position"><span class="type-signature"></span>position<span class="type-signature"> :Number</span></h4>
651
+
652
+
653
+
654
+
655
+
656
+ <dl class="details">
657
+
658
+
659
+ <dt class="tag-source">Source:</dt>
660
+ <dd class="tag-source"><ul class="dummy"><li>
661
+ <a href="list_index.js.html">list/index.js</a>, <a href="list_index.js.html#line59">line 59</a>
662
+ </li></ul></dd>
663
+
664
+
665
+
666
+
667
+
668
+
669
+
670
+
671
+
672
+
673
+
674
+
675
+
676
+
677
+
678
+
679
+
680
+
681
+
682
+
683
+
684
+
685
+
686
+
687
+
688
+
689
+
690
+
691
+
692
+
693
+
694
+ </dl>
695
+
696
+
697
+
698
+
699
+
700
+ <div class="description">
701
+ <p>List Position</p>
702
+ </div>
703
+
704
+
705
+
706
+ <h5>Type:</h5>
707
+ <ul>
708
+ <li>
709
+
710
+ <span class="param-type">Number</span>
711
+
712
+
713
+ </li>
714
+ </ul>
715
+
716
+
717
+
718
+
719
+
720
+
721
+
722
+
723
+ <h4 class="name" id="props"><span class="type-signature"></span>props<span class="type-signature"> :object</span></h4>
724
+
725
+
726
+
727
+
728
+
729
+ <dl class="details">
730
+
731
+
732
+ <dt class="tag-source">Source:</dt>
733
+ <dd class="tag-source"><ul class="dummy"><li>
734
+ <a href="list_index.js.html">list/index.js</a>, <a href="list_index.js.html#line88">line 88</a>
735
+ </li></ul></dd>
736
+
737
+
738
+
739
+
740
+
741
+
742
+
743
+
744
+
745
+
746
+
747
+
748
+
749
+
750
+
751
+
752
+
753
+
754
+
755
+
756
+
757
+
758
+
759
+
760
+
761
+
762
+
763
+
764
+
765
+
766
+
767
+ </dl>
768
+
769
+
770
+
771
+
772
+
773
+ <div class="description">
774
+ <p>All of the RTM List properties</p>
775
+ </div>
776
+
777
+
778
+
779
+ <h5>Type:</h5>
780
+ <ul>
781
+ <li>
782
+
783
+ <span class="param-type">object</span>
784
+
785
+
786
+ </li>
787
+ </ul>
788
+
789
+
790
+
791
+
792
+
793
+
794
+
795
+
796
+ <h4 class="name" id="smart"><span class="type-signature"></span>smart<span class="type-signature"> :boolean</span></h4>
797
+
798
+
799
+
800
+
801
+
802
+ <dl class="details">
803
+
804
+
805
+ <dt class="tag-source">Source:</dt>
806
+ <dd class="tag-source"><ul class="dummy"><li>
807
+ <a href="list_index.js.html">list/index.js</a>, <a href="list_index.js.html#line65">line 65</a>
808
+ </li></ul></dd>
809
+
810
+
811
+
812
+
813
+
814
+
815
+
816
+
817
+
818
+
819
+
820
+
821
+
822
+
823
+
824
+
825
+
826
+
827
+
828
+
829
+
830
+
831
+
832
+
833
+
834
+
835
+
836
+
837
+
838
+
839
+
840
+ </dl>
841
+
842
+
843
+
844
+
845
+
846
+ <div class="description">
847
+ <p>Smart List Flag</p>
848
+ </div>
849
+
850
+
851
+
852
+ <h5>Type:</h5>
853
+ <ul>
854
+ <li>
855
+
856
+ <span class="param-type">boolean</span>
857
+
858
+
859
+ </li>
860
+ </ul>
861
+
862
+
863
+
864
+
865
+
866
+
867
+
868
+
869
+ <h4 class="name" id="sort_order"><span class="type-signature"></span>sort_order<span class="type-signature"> :Number</span></h4>
870
+
871
+
872
+
873
+
874
+
875
+ <dl class="details">
876
+
877
+
878
+ <dt class="tag-source">Source:</dt>
879
+ <dd class="tag-source"><ul class="dummy"><li>
880
+ <a href="list_index.js.html">list/index.js</a>, <a href="list_index.js.html#line80">line 80</a>
881
+ </li></ul></dd>
882
+
883
+
884
+
885
+
886
+
887
+
888
+
889
+
890
+
891
+
892
+
893
+
894
+
895
+
896
+
897
+
898
+
899
+
900
+
901
+
902
+
903
+
904
+
905
+
906
+
907
+
908
+
909
+
910
+
911
+
912
+
913
+ </dl>
914
+
915
+
916
+
917
+
918
+
919
+ <div class="description">
920
+ <p>List Sort Order</p>
921
+ </div>
922
+
923
+
924
+
925
+ <h5>Type:</h5>
926
+ <ul>
927
+ <li>
928
+
929
+ <span class="param-type">Number</span>
930
+
931
+
932
+ </li>
933
+ </ul>
934
+
935
+
936
+
937
+
938
+
939
+
940
+
941
+
942
+
943
+
944
+
945
+
946
+
947
+
948
+ </article>
949
+
950
+ </section>
951
+
952
+
953
+
954
+
955
+ </div>
956
+
957
+ <br class="clear">
958
+
959
+ <footer>
960
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Mon Sep 05 2022 15:26:15 GMT-0400 (Eastern Daylight Time) using the <a href="https://github.com/dwaring87/docdash">@dwaring87/docdash</a> theme.
961
+ </footer>
962
+
963
+ <script>prettyPrint();</script>
964
+ <script src="scripts/linenumber.js"></script>
965
+ </body>
966
+ </html>