-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
love todoist, but the API bindings need some love:
- no example code, at least with any complexity
- changelog was really basic for such a massive change
get_projects()
returns an iterator, but it only has a single iteration. This is odd. You should just iterate through the first batch list and then pull from the network when you need to- docs should be linked on the GH homepage url and the broken docs/ folder content should be removed. Also there are broken links in the readme.
- Seems to assume UTC dates but doesn't make that clear. You would expect if you send over a
datetime.now()
with the computer TZ it would include all activity up to datetime
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request