Todoist
Object Hierarchy:
Description:
public class Todoist :
Object
Content:
Static methods:
Creation methods:
Methods:
- public async HttpResponse @delete (BaseObject object)
- public async HttpResponse add (BaseObject object)
- public void add_item_if_not_exists (Node node)
- public void add_section_if_not_exists (Node node)
- public async void add_todoist_account (string token, HttpResponse response, Source? migrate_source = null)
- public async HttpResponse close_item (Item item)
- public async HttpResponse complete_item (Item item)
- public async HttpResponse duplicate_project (Project project)
- public string get_delete_json (string id, string type, string uuid)
- public string get_queue_json (ArrayList<Queue?> queue, string sync_token)
- public string get_todoist_error (uint code)
- public bool is_todoist_error (uint status_code)
- public async HttpResponse login (string _url, Source? migrate_source = null)
- public async HttpResponse login_token (string token, Source? migrate_source = null)
- public async HttpResponse move_item (Item item, string type, string id)
- public async HttpResponse move_project_section (BaseObject base_object, string project_id)
- public async void queue (Source source)
- public async void sync (Source source)
- public async HttpResponse update (BaseObject object)
- public async void update_items (ArrayList<Item> objects)
Inherited Members:
All known members inherited from class GLib.Object