Skip to content
Commit 9f11c1ca authored by Rohit Kaushik's avatar Rohit Kaushik Committed by Georges Basile Stavracas Neto
Browse files

todoist: implement loading of tasks and lists

This patch implement methods to make a request to todoist
and parse the response to load tasks and tasklists. The
loading of tasks/lists is not synchronized and it happens
only at the time todoist plugin is loaded.

This patch does:

     1) Allow loading of tasks and lists from users
        todoist at the time todoist plugin is loaded.
     2) It also adds necessary library in configure.ac
        and todoist/meson.build  which are required for
        making a POST call, and  parsing the JSON respone.
        eg. JSON-glib, librest

https://bugzilla.gnome.org/show_bug.cgi?id=772278
parent 1db51e85
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment