Skip to content

Helper Functions

David Waring edited this page Feb 14, 2018 · 3 revisions

RTM API provides a number of helper functions attached to an RTMUser instance that can be used to get, add and modify a User's Lists and Tasks.

These helper functions require the use of an authenticated RTMUser instance, which can be obtained through the RTM API Authentication process (See the User Authentication Example).

For full documentation on the available helper functions, view the RTMUser Documentation.

List Helpers

List helper functions are available to get the User's current Lists, add a new List, rename a List and remove a List.

Get User Lists

The following example can be used to get all of the User's current Lists

...

Task Helpers

Clone this wiki locally