@beauraines/rtm-api 1.15.0 → 1.15.3
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/.all-contributorsrc +26 -0
- package/CHANGELOG.md +14 -0
- package/README.md +26 -0
- package/docs/RTMClient.html +78 -78
- package/docs/RTMError.html +30 -30
- package/docs/RTMList.html +2 -2
- package/docs/RTMLocation.html +747 -0
- package/docs/RTMResponse.html +31 -31
- package/docs/RTMSuccess.html +2 -2
- package/docs/RTMTask.html +106 -33
- package/docs/RTMUser.html +736 -31
- package/docs/client_auth.js.html +2 -2
- package/docs/client_index.js.html +2 -2
- package/docs/client_user.js.html +2 -2
- package/docs/global.html +186 -2
- package/docs/index.html +13 -5
- package/docs/list_index.js.html +2 -2
- package/docs/location_index.js.html +140 -0
- package/docs/response_error.js.html +2 -2
- package/docs/response_response.js.html +2 -2
- package/docs/response_success.js.html +2 -2
- package/docs/task_helper.js.html +2 -2
- package/docs/task_index.js.html +12 -2
- package/docs/user_index.js.html +14 -3
- package/docs/user_lists.js.html +38 -4
- package/docs/user_locations.js.html +85 -0
- package/docs/user_tasks.js.html +34 -4
- package/docs/utils_fetch.js.html +2 -2
- package/docs/utils_rruleToDuration.js.html +102 -0
- package/package.json +3 -2
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"files": [
|
|
3
|
+
"README.md"
|
|
4
|
+
],
|
|
5
|
+
"imageSize": 100,
|
|
6
|
+
"commit": false,
|
|
7
|
+
"commitType": "docs",
|
|
8
|
+
"commitConvention": "angular",
|
|
9
|
+
"contributors": [
|
|
10
|
+
{
|
|
11
|
+
"login": "pro-sumer",
|
|
12
|
+
"name": "Rob",
|
|
13
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/44335102?v=4",
|
|
14
|
+
"profile": "http://prosumer.dev",
|
|
15
|
+
"contributions": [
|
|
16
|
+
"code"
|
|
17
|
+
]
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"contributorsPerLine": 7,
|
|
21
|
+
"skipCi": true,
|
|
22
|
+
"repoType": "github",
|
|
23
|
+
"repoHost": "https://github.com",
|
|
24
|
+
"projectName": "rtm-api",
|
|
25
|
+
"projectOwner": "beauraines"
|
|
26
|
+
}
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [1.15.3](https://github.com/beauraines/rtm-api/compare/v1.15.2...v1.15.3) (2026-05-23)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **deps:** bump picomatch ([#87](https://github.com/beauraines/rtm-api/issues/87)) ([0838a4a](https://github.com/beauraines/rtm-api/commit/0838a4a78c57f0820d632ffe2a65644982a0da6e)), closes [micromatch/picomatch#144](https://github.com/micromatch/picomatch/issues/144) [#126](https://github.com/beauraines/rtm-api/issues/126) [#129](https://github.com/beauraines/rtm-api/issues/129) [#128](https://github.com/beauraines/rtm-api/issues/128) [#124](https://github.com/beauraines/rtm-api/issues/124) [#156](https://github.com/beauraines/rtm-api/issues/156) [#144](https://github.com/beauraines/rtm-api/issues/144) [micromatch/picomatch#144](https://github.com/micromatch/picomatch/issues/144) [#126](https://github.com/beauraines/rtm-api/issues/126) [#129](https://github.com/beauraines/rtm-api/issues/129) [#128](https://github.com/beauraines/rtm-api/issues/128) [#124](https://github.com/beauraines/rtm-api/issues/124) [#156](https://github.com/beauraines/rtm-api/issues/156) [#144](https://github.com/beauraines/rtm-api/issues/144)
|
|
11
|
+
|
|
12
|
+
### [1.15.2](https://github.com/beauraines/rtm-api/compare/v1.15.0...v1.15.2) (2026-05-23)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* **deps:** bump handlebars from 4.7.7 to 4.7.9 ([#88](https://github.com/beauraines/rtm-api/issues/88)) ([ba83c6f](https://github.com/beauraines/rtm-api/commit/ba83c6f69d588e808b81d1b590eac0f31c4dddee)), closes [#1894](https://github.com/beauraines/rtm-api/issues/1894) [#1776](https://github.com/beauraines/rtm-api/issues/1776) [#1855](https://github.com/beauraines/rtm-api/issues/1855) [#1862](https://github.com/beauraines/rtm-api/issues/1862) [#1894](https://github.com/beauraines/rtm-api/issues/1894) [#1776](https://github.com/beauraines/rtm-api/issues/1776) [#1855](https://github.com/beauraines/rtm-api/issues/1855) [#1862](https://github.com/beauraines/rtm-api/issues/1862)
|
|
18
|
+
|
|
5
19
|
## [1.15.0](https://github.com/beauraines/rtm-api/compare/v1.14.3...v1.15.0) (2026-05-23)
|
|
6
20
|
|
|
7
21
|
|
package/README.md
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
Remember The Milk API Interface
|
|
2
|
+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
|
3
|
+
[](#contributors-)
|
|
4
|
+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
|
2
5
|
===============================
|
|
3
6
|
|
|
4
7
|
**node module:** [rtm-api](https://www.npmjs.com/package/@beauraines/rtm-api)
|
|
@@ -260,6 +263,7 @@ The following **list** functions are available:
|
|
|
260
263
|
- `get()`: get an array of `RTMList`s
|
|
261
264
|
- `add()`: add a new List
|
|
262
265
|
- `archive()`: archive a List
|
|
266
|
+
- `unarchive()`: unarchive a List
|
|
263
267
|
- `rename()`: rename a List
|
|
264
268
|
- `remove()`: remove a List
|
|
265
269
|
|
|
@@ -296,3 +300,25 @@ Examples using the helper functions can be found in the repository's
|
|
|
296
300
|
The API configuration (such as the URL and connection rate limiting parameters) are defined in the `config.js` file. In addition,
|
|
297
301
|
the location of the cache file used to associate specific tasks with their Task ID numbers can be specified in the file or by
|
|
298
302
|
setting the `RTM_INDEX_CACHE` environment parameter.
|
|
303
|
+
|
|
304
|
+
## Contributors ✨
|
|
305
|
+
|
|
306
|
+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
|
307
|
+
|
|
308
|
+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
|
309
|
+
<!-- prettier-ignore-start -->
|
|
310
|
+
<!-- markdownlint-disable -->
|
|
311
|
+
<table>
|
|
312
|
+
<tbody>
|
|
313
|
+
<tr>
|
|
314
|
+
<td align="center" valign="top" width="14.28%"><a href="http://prosumer.dev"><img src="https://avatars.githubusercontent.com/u/44335102?v=4?s=100" width="100px;" alt="Rob"/><br /><sub><b>Rob</b></sub></a><br /><a href="https://github.com/beauraines/rtm-api/commits?author=pro-sumer" title="Code">💻</a></td>
|
|
315
|
+
</tr>
|
|
316
|
+
</tbody>
|
|
317
|
+
</table>
|
|
318
|
+
|
|
319
|
+
<!-- markdownlint-restore -->
|
|
320
|
+
<!-- prettier-ignore-end -->
|
|
321
|
+
|
|
322
|
+
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
|
323
|
+
|
|
324
|
+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
|
package/docs/RTMClient.html
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<label for="nav-trigger" class="overlay"></label>
|
|
24
24
|
|
|
25
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
|
|
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#toString">toString</a></li><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></ul></li><li><a href="RTMList.html">RTMList</a></li><li><a href="RTMLocation.html">RTMLocation</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/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#~lists/unarchive">lists/unarchive</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/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/setStartDate">tasks/setStartDate</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#callAPI">callAPI</a></li><li><a href="global.html#formQuery">formQuery</a></li><li><a href="global.html#rruleToISODuration">rruleToISODuration</a></li><li><a href="global.html#setStartDate">setStartDate</a></li></ul>
|
|
27
27
|
</nav>
|
|
28
28
|
|
|
29
29
|
<div id="main">
|
|
@@ -325,7 +325,7 @@ should be one of <a href="RTMClient.html#.PERM_READ">RTMClient.PERM_READ</a>, <a
|
|
|
325
325
|
|
|
326
326
|
|
|
327
327
|
|
|
328
|
-
<h4 class="name" id="
|
|
328
|
+
<h4 class="name" id="auth"><span class="type-signature"></span>auth<span class="type-signature"></span></h4>
|
|
329
329
|
|
|
330
330
|
|
|
331
331
|
|
|
@@ -336,7 +336,7 @@ should be one of <a href="RTMClient.html#.PERM_READ">RTMClient.PERM_READ</a>, <a
|
|
|
336
336
|
|
|
337
337
|
<dt class="tag-source">Source:</dt>
|
|
338
338
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
339
|
-
<a href="client_index.js.html">client/index.js</a>, <a href="client_index.js.html#
|
|
339
|
+
<a href="client_index.js.html">client/index.js</a>, <a href="client_index.js.html#line144">line 144</a>
|
|
340
340
|
</li></ul></dd>
|
|
341
341
|
|
|
342
342
|
|
|
@@ -362,11 +362,6 @@ should be one of <a href="RTMClient.html#.PERM_READ">RTMClient.PERM_READ</a>, <a
|
|
|
362
362
|
|
|
363
363
|
|
|
364
364
|
|
|
365
|
-
|
|
366
|
-
<dt class="tag-default">Default Value:</dt>
|
|
367
|
-
<dd class="tag-default"><ul class="dummy">
|
|
368
|
-
<li>delete</li>
|
|
369
|
-
</ul></dd>
|
|
370
365
|
|
|
371
366
|
|
|
372
367
|
|
|
@@ -381,23 +376,16 @@ should be one of <a href="RTMClient.html#.PERM_READ">RTMClient.PERM_READ</a>, <a
|
|
|
381
376
|
|
|
382
377
|
|
|
383
378
|
<div class="description">
|
|
384
|
-
<p>
|
|
385
|
-
|
|
386
|
-
|
|
379
|
+
<p>Auth-related functions:</p>
|
|
380
|
+
<ul>
|
|
381
|
+
<li><a href="RTMClient.html#~auth/getAuthUrl">getAuthUrl</a></li>
|
|
382
|
+
<li><a href="RTMClient.html#~auth/getAuthToken">getAuthToken</a></li>
|
|
383
|
+
<li><a href="RTMClient.html#~auth/verifyAuthToken">verifyAuthToken</a></li>
|
|
384
|
+
</ul>
|
|
387
385
|
</div>
|
|
388
386
|
|
|
389
387
|
|
|
390
388
|
|
|
391
|
-
<h5>Type:</h5>
|
|
392
|
-
<ul>
|
|
393
|
-
<li>
|
|
394
|
-
|
|
395
|
-
<span class="param-type">string</span>
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
</li>
|
|
399
|
-
</ul>
|
|
400
|
-
|
|
401
389
|
|
|
402
390
|
|
|
403
391
|
|
|
@@ -405,7 +393,7 @@ you to <code>read</code> and <code>write</code>).</p>
|
|
|
405
393
|
|
|
406
394
|
|
|
407
395
|
|
|
408
|
-
<h4 class="name" id="
|
|
396
|
+
<h4 class="name" id="key"><span class="type-signature"></span>key<span class="type-signature"> :string</span></h4>
|
|
409
397
|
|
|
410
398
|
|
|
411
399
|
|
|
@@ -416,7 +404,7 @@ you to <code>read</code> and <code>write</code>).</p>
|
|
|
416
404
|
|
|
417
405
|
<dt class="tag-source">Source:</dt>
|
|
418
406
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
419
|
-
<a href="client_index.js.html">client/index.js</a>, <a href="client_index.js.html#
|
|
407
|
+
<a href="client_index.js.html">client/index.js</a>, <a href="client_index.js.html#line75">line 75</a>
|
|
420
408
|
</li></ul></dd>
|
|
421
409
|
|
|
422
410
|
|
|
@@ -442,11 +430,6 @@ you to <code>read</code> and <code>write</code>).</p>
|
|
|
442
430
|
|
|
443
431
|
|
|
444
432
|
|
|
445
|
-
|
|
446
|
-
<dt class="tag-default">Default Value:</dt>
|
|
447
|
-
<dd class="tag-default"><ul class="dummy">
|
|
448
|
-
<li>read</li>
|
|
449
|
-
</ul></dd>
|
|
450
433
|
|
|
451
434
|
|
|
452
435
|
|
|
@@ -461,8 +444,7 @@ you to <code>read</code> and <code>write</code>).</p>
|
|
|
461
444
|
|
|
462
445
|
|
|
463
446
|
<div class="description">
|
|
464
|
-
<p>RTM API
|
|
465
|
-
gives the ability to read task, contact, group and list details and contents.</p>
|
|
447
|
+
<p>RTM API Client Key</p>
|
|
466
448
|
</div>
|
|
467
449
|
|
|
468
450
|
|
|
@@ -484,7 +466,7 @@ gives the ability to read task, contact, group and list details and contents.</p
|
|
|
484
466
|
|
|
485
467
|
|
|
486
468
|
|
|
487
|
-
<h4 class="name" id="
|
|
469
|
+
<h4 class="name" id="perms"><span class="type-signature"></span>perms<span class="type-signature"> :string</span></h4>
|
|
488
470
|
|
|
489
471
|
|
|
490
472
|
|
|
@@ -495,7 +477,7 @@ gives the ability to read task, contact, group and list details and contents.</p
|
|
|
495
477
|
|
|
496
478
|
<dt class="tag-source">Source:</dt>
|
|
497
479
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
498
|
-
<a href="client_index.js.html">client/index.js</a>, <a href="client_index.js.html#
|
|
480
|
+
<a href="client_index.js.html">client/index.js</a>, <a href="client_index.js.html#line91">line 91</a>
|
|
499
481
|
</li></ul></dd>
|
|
500
482
|
|
|
501
483
|
|
|
@@ -521,11 +503,6 @@ gives the ability to read task, contact, group and list details and contents.</p
|
|
|
521
503
|
|
|
522
504
|
|
|
523
505
|
|
|
524
|
-
|
|
525
|
-
<dt class="tag-default">Default Value:</dt>
|
|
526
|
-
<dd class="tag-default"><ul class="dummy">
|
|
527
|
-
<li>write</li>
|
|
528
|
-
</ul></dd>
|
|
529
506
|
|
|
530
507
|
|
|
531
508
|
|
|
@@ -540,9 +517,7 @@ gives the ability to read task, contact, group and list details and contents.</p
|
|
|
540
517
|
|
|
541
518
|
|
|
542
519
|
<div class="description">
|
|
543
|
-
<p>RTM API Access
|
|
544
|
-
gives the ability to add and modify task, contact, group and list details and
|
|
545
|
-
contents (also allows you to <code>read</code>).</p>
|
|
520
|
+
<p>RTM API Client Access Permissions</p>
|
|
546
521
|
</div>
|
|
547
522
|
|
|
548
523
|
|
|
@@ -564,7 +539,7 @@ contents (also allows you to <code>read</code>).</p>
|
|
|
564
539
|
|
|
565
540
|
|
|
566
541
|
|
|
567
|
-
<h4 class="name" id="
|
|
542
|
+
<h4 class="name" id="secret"><span class="type-signature"></span>secret<span class="type-signature"> :string</span></h4>
|
|
568
543
|
|
|
569
544
|
|
|
570
545
|
|
|
@@ -575,7 +550,7 @@ contents (also allows you to <code>read</code>).</p>
|
|
|
575
550
|
|
|
576
551
|
<dt class="tag-source">Source:</dt>
|
|
577
552
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
578
|
-
<a href="client_index.js.html">client/index.js</a>, <a href="client_index.js.html#
|
|
553
|
+
<a href="client_index.js.html">client/index.js</a>, <a href="client_index.js.html#line83">line 83</a>
|
|
579
554
|
</li></ul></dd>
|
|
580
555
|
|
|
581
556
|
|
|
@@ -615,16 +590,21 @@ contents (also allows you to <code>read</code>).</p>
|
|
|
615
590
|
|
|
616
591
|
|
|
617
592
|
<div class="description">
|
|
618
|
-
<p>
|
|
619
|
-
<ul>
|
|
620
|
-
<li><a href="RTMClient.html#~auth/getAuthUrl">getAuthUrl</a></li>
|
|
621
|
-
<li><a href="RTMClient.html#~auth/getAuthToken">getAuthToken</a></li>
|
|
622
|
-
<li><a href="RTMClient.html#~auth/verifyAuthToken">verifyAuthToken</a></li>
|
|
623
|
-
</ul>
|
|
593
|
+
<p>RTM API Client Secret</p>
|
|
624
594
|
</div>
|
|
625
595
|
|
|
626
596
|
|
|
627
597
|
|
|
598
|
+
<h5>Type:</h5>
|
|
599
|
+
<ul>
|
|
600
|
+
<li>
|
|
601
|
+
|
|
602
|
+
<span class="param-type">string</span>
|
|
603
|
+
|
|
604
|
+
|
|
605
|
+
</li>
|
|
606
|
+
</ul>
|
|
607
|
+
|
|
628
608
|
|
|
629
609
|
|
|
630
610
|
|
|
@@ -632,7 +612,7 @@ contents (also allows you to <code>read</code>).</p>
|
|
|
632
612
|
|
|
633
613
|
|
|
634
614
|
|
|
635
|
-
<h4 class="name" id="
|
|
615
|
+
<h4 class="name" id="user"><span class="type-signature"></span>user<span class="type-signature"></span></h4>
|
|
636
616
|
|
|
637
617
|
|
|
638
618
|
|
|
@@ -643,7 +623,7 @@ contents (also allows you to <code>read</code>).</p>
|
|
|
643
623
|
|
|
644
624
|
<dt class="tag-source">Source:</dt>
|
|
645
625
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
646
|
-
<a href="client_index.js.html">client/index.js</a>, <a href="client_index.js.html#
|
|
626
|
+
<a href="client_index.js.html">client/index.js</a>, <a href="client_index.js.html#line108">line 108</a>
|
|
647
627
|
</li></ul></dd>
|
|
648
628
|
|
|
649
629
|
|
|
@@ -683,21 +663,18 @@ contents (also allows you to <code>read</code>).</p>
|
|
|
683
663
|
|
|
684
664
|
|
|
685
665
|
<div class="description">
|
|
686
|
-
<p>
|
|
666
|
+
<p>User export/import-related functions:</p>
|
|
667
|
+
<ul>
|
|
668
|
+
<li><a href="RTMClient.html#~user/create">create</a></li>
|
|
669
|
+
<li><a href="RTMClient.html#~user/export">export</a></li>
|
|
670
|
+
<li><a href="RTMClient.html#~user/exportToString">exportToString</a></li>
|
|
671
|
+
<li><a href="RTMClient.html#~user/import">import</a></li>
|
|
672
|
+
<li><a href="RTMClient.html#~user/importFromString">importFromString</a></li>
|
|
673
|
+
</ul>
|
|
687
674
|
</div>
|
|
688
675
|
|
|
689
676
|
|
|
690
677
|
|
|
691
|
-
<h5>Type:</h5>
|
|
692
|
-
<ul>
|
|
693
|
-
<li>
|
|
694
|
-
|
|
695
|
-
<span class="param-type">string</span>
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
</li>
|
|
699
|
-
</ul>
|
|
700
|
-
|
|
701
678
|
|
|
702
679
|
|
|
703
680
|
|
|
@@ -705,7 +682,7 @@ contents (also allows you to <code>read</code>).</p>
|
|
|
705
682
|
|
|
706
683
|
|
|
707
684
|
|
|
708
|
-
<h4 class="name" id="
|
|
685
|
+
<h4 class="name" id=".PERM_DELETE"><span class="type-signature">(static) </span>PERM_DELETE<span class="type-signature"> :string</span></h4>
|
|
709
686
|
|
|
710
687
|
|
|
711
688
|
|
|
@@ -716,7 +693,7 @@ contents (also allows you to <code>read</code>).</p>
|
|
|
716
693
|
|
|
717
694
|
<dt class="tag-source">Source:</dt>
|
|
718
695
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
719
|
-
<a href="client_index.js.html">client/index.js</a>, <a href="client_index.js.html#
|
|
696
|
+
<a href="client_index.js.html">client/index.js</a>, <a href="client_index.js.html#line178">line 178</a>
|
|
720
697
|
</li></ul></dd>
|
|
721
698
|
|
|
722
699
|
|
|
@@ -742,6 +719,11 @@ contents (also allows you to <code>read</code>).</p>
|
|
|
742
719
|
|
|
743
720
|
|
|
744
721
|
|
|
722
|
+
|
|
723
|
+
<dt class="tag-default">Default Value:</dt>
|
|
724
|
+
<dd class="tag-default"><ul class="dummy">
|
|
725
|
+
<li>delete</li>
|
|
726
|
+
</ul></dd>
|
|
745
727
|
|
|
746
728
|
|
|
747
729
|
|
|
@@ -756,7 +738,9 @@ contents (also allows you to <code>read</code>).</p>
|
|
|
756
738
|
|
|
757
739
|
|
|
758
740
|
<div class="description">
|
|
759
|
-
<p>RTM API
|
|
741
|
+
<p>RTM API Access: <code>delete</code> -
|
|
742
|
+
gives the ability to delete task, contacts, groups and list (also allows
|
|
743
|
+
you to <code>read</code> and <code>write</code>).</p>
|
|
760
744
|
</div>
|
|
761
745
|
|
|
762
746
|
|
|
@@ -778,7 +762,7 @@ contents (also allows you to <code>read</code>).</p>
|
|
|
778
762
|
|
|
779
763
|
|
|
780
764
|
|
|
781
|
-
<h4 class="name" id="
|
|
765
|
+
<h4 class="name" id=".PERM_READ"><span class="type-signature">(static) </span>PERM_READ<span class="type-signature"> :string</span></h4>
|
|
782
766
|
|
|
783
767
|
|
|
784
768
|
|
|
@@ -789,7 +773,7 @@ contents (also allows you to <code>read</code>).</p>
|
|
|
789
773
|
|
|
790
774
|
<dt class="tag-source">Source:</dt>
|
|
791
775
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
792
|
-
<a href="client_index.js.html">client/index.js</a>, <a href="client_index.js.html#
|
|
776
|
+
<a href="client_index.js.html">client/index.js</a>, <a href="client_index.js.html#line160">line 160</a>
|
|
793
777
|
</li></ul></dd>
|
|
794
778
|
|
|
795
779
|
|
|
@@ -815,6 +799,11 @@ contents (also allows you to <code>read</code>).</p>
|
|
|
815
799
|
|
|
816
800
|
|
|
817
801
|
|
|
802
|
+
|
|
803
|
+
<dt class="tag-default">Default Value:</dt>
|
|
804
|
+
<dd class="tag-default"><ul class="dummy">
|
|
805
|
+
<li>read</li>
|
|
806
|
+
</ul></dd>
|
|
818
807
|
|
|
819
808
|
|
|
820
809
|
|
|
@@ -829,7 +818,8 @@ contents (also allows you to <code>read</code>).</p>
|
|
|
829
818
|
|
|
830
819
|
|
|
831
820
|
<div class="description">
|
|
832
|
-
<p>RTM API
|
|
821
|
+
<p>RTM API Access: <code>read</code> -
|
|
822
|
+
gives the ability to read task, contact, group and list details and contents.</p>
|
|
833
823
|
</div>
|
|
834
824
|
|
|
835
825
|
|
|
@@ -851,7 +841,7 @@ contents (also allows you to <code>read</code>).</p>
|
|
|
851
841
|
|
|
852
842
|
|
|
853
843
|
|
|
854
|
-
<h4 class="name" id="
|
|
844
|
+
<h4 class="name" id=".PERM_WRITE"><span class="type-signature">(static) </span>PERM_WRITE<span class="type-signature"> :string</span></h4>
|
|
855
845
|
|
|
856
846
|
|
|
857
847
|
|
|
@@ -862,7 +852,7 @@ contents (also allows you to <code>read</code>).</p>
|
|
|
862
852
|
|
|
863
853
|
<dt class="tag-source">Source:</dt>
|
|
864
854
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
865
|
-
<a href="client_index.js.html">client/index.js</a>, <a href="client_index.js.html#
|
|
855
|
+
<a href="client_index.js.html">client/index.js</a>, <a href="client_index.js.html#line169">line 169</a>
|
|
866
856
|
</li></ul></dd>
|
|
867
857
|
|
|
868
858
|
|
|
@@ -888,6 +878,11 @@ contents (also allows you to <code>read</code>).</p>
|
|
|
888
878
|
|
|
889
879
|
|
|
890
880
|
|
|
881
|
+
|
|
882
|
+
<dt class="tag-default">Default Value:</dt>
|
|
883
|
+
<dd class="tag-default"><ul class="dummy">
|
|
884
|
+
<li>write</li>
|
|
885
|
+
</ul></dd>
|
|
891
886
|
|
|
892
887
|
|
|
893
888
|
|
|
@@ -902,18 +897,23 @@ contents (also allows you to <code>read</code>).</p>
|
|
|
902
897
|
|
|
903
898
|
|
|
904
899
|
<div class="description">
|
|
905
|
-
<p>
|
|
906
|
-
|
|
907
|
-
<
|
|
908
|
-
<li><a href="RTMClient.html#~user/export">export</a></li>
|
|
909
|
-
<li><a href="RTMClient.html#~user/exportToString">exportToString</a></li>
|
|
910
|
-
<li><a href="RTMClient.html#~user/import">import</a></li>
|
|
911
|
-
<li><a href="RTMClient.html#~user/importFromString">importFromString</a></li>
|
|
912
|
-
</ul>
|
|
900
|
+
<p>RTM API Access: <code>write</code> -
|
|
901
|
+
gives the ability to add and modify task, contact, group and list details and
|
|
902
|
+
contents (also allows you to <code>read</code>).</p>
|
|
913
903
|
</div>
|
|
914
904
|
|
|
915
905
|
|
|
916
906
|
|
|
907
|
+
<h5>Type:</h5>
|
|
908
|
+
<ul>
|
|
909
|
+
<li>
|
|
910
|
+
|
|
911
|
+
<span class="param-type">string</span>
|
|
912
|
+
|
|
913
|
+
|
|
914
|
+
</li>
|
|
915
|
+
</ul>
|
|
916
|
+
|
|
917
917
|
|
|
918
918
|
|
|
919
919
|
|
|
@@ -2789,7 +2789,7 @@ a <code>Login failed / Invalid auth token</code> error was encountered</p></td>
|
|
|
2789
2789
|
<br class="clear">
|
|
2790
2790
|
|
|
2791
2791
|
<footer>
|
|
2792
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc
|
|
2792
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sat May 23 2026 14:02:27 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/dwaring87/docdash">@dwaring87/docdash</a> theme.
|
|
2793
2793
|
</footer>
|
|
2794
2794
|
|
|
2795
2795
|
<script>prettyPrint();</script>
|