Release 1.0.1
Contains a fix for getActiveTasks
ids parameter.
Todoist documentation link
Precedence of parameters
When fetching a list of tasks, the API will do so in the following order: - filter (with or without lang) - ids - label/project_id/section_id
If you include a filter and IDs, only the filter will be used. If you include IDs and project_id, only IDs is used, and so on.