Skip to content

Latest commit

 

History

History
61 lines (60 loc) · 1.66 KB

reference.md

File metadata and controls

61 lines (60 loc) · 1.66 KB
limit

in If set with number, limits the number of xhr calls that can be made

token

in Set token with property

items

out Output from .sync()

projects

out Output from .sync()

labels

out Output from .sync()

liveNotifications

out Output from .sync()

collaborators

out Output from .sync()

notes

out Output from .sync()

user

out Output from .sync()

dataArray

out Output from .sync()

lastSync

out Last time .sync() was completed

completed

out Output from .getCompleted()

backups

out Output from .getBackup()

activities

out Output from .syncActivities()

stats

out Output from .getStats()

logger

in Manage log

.sync()

func Syncs data with Todoist

.getCompleted()

func Gets completed tasks

.getStats()

func Gets statistics

.authenticateToken()

func Autentecates token by calling sync endpoint without resource request

.syncFresh()

func WIP: clears existing data and makes a fresh sync

.syncActivities()

func Gets activity data

.write()

func Sends wite commands to Todoist based on what has been registered

.getBackup()

func Gets backup object from Todoist (NOTE: this does not download backups)

.moveItem()

func Registers command instructions for .write()

.deleteItem()

func Registers command instructions for .write()

.completeItem()

func Registers command instructions for .write()

.updateItem()

func Registers command instructions for .write()

.inboxProject()

func Returns an array of items in the Inbox


Auto generated by returnMarkdown() in support.js