Doist / todoist-python

DEPRECATED The official Todoist Python API library
MIT License
534 stars 73 forks source link

missing metadata for completed items #98

Open mivanit opened 2 years ago

mivanit commented 2 years ago

I haven't run my code that depends on this library in a while, but there seems to have been a significant API change since then. The list returned by api.state['items'] no longer includes already completed items, and the only way to get these seems to be api.completed.get_all()['items']. However, when using the latter, lots of metadata (most significantly for me, due dates) is missing.

Is there a different method I should be using to get data about completed items, or is there no way to get this data through the API now?