8000 Tags · wtfutil/todoist · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: wtfutil/todoist

Tags

0.0.4

Toggle 0.0.4's commit message
More mucking about with IDs

Signed-off-by: Chris Cummer <chriscummer@me.com>

0.0.3

Toggle 0.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #3 from wtfutil/WTF-781-todoist-id-2

WTF-781 Switch IDs from int to uint

0.0.2

Toggle 0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2 from wtfutil/WTF-781-todoist-id

WTF-781 Use string for project ID instead of int

v0.0.1

Toggle v0.0.1's commit message
Fix json unmarshal from json api to Task struct

The json from the api returns a date format like "2019-10-07T14:00:00Z"
and this makes the code to panic. This is because the CustomDate is
expecting a timestamp with the format "2006-01-02T15:04:05+00:00".

wtfutil/wtf#645
0