You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 beapi.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?
The text was updated successfully, but these errors were encountered: