sachaos / todoist

Todoist CLI Client. I ❤️ Todoist and CLI.
MIT License
1.48k stars 104 forks source link

fix(lib/todoist): updated library and main file to log json response #240

Open HacDan opened 1 year ago

HacDan commented 1 year ago

Updated backend library to log json response from the API. Also updated main.go to respect the debug setting in the config. This did not work previously.

resolves issue #233

I did have to change the backend around a little bit to make this work and as far as I know, no breaking changes were added. I would also appreciate any comments on the direction I took things.