Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

WebSocket API :: Listening to Events

George Czabania edited this page Feb 21, 2014 · 2 revisions

Events sent by the server

Users

user.update(changes)

Runs if the user changes their name, email address or subscription status.

Tasks

task.create(task)

task.update(id, changes)

task.destroy(id)

Lists

list.create(list)

list.update(id, changes)

list.destroy(id)

Prefs

pref.update(id, changes)