sachaos/todoist

Dump API response JSON when running with debug flag

kenliu opened this issue · 1 comments

kenliu commented

In #231 it was noticed that when running with the --debug flag enabled the API JSON response itself is not logged. This would be helpful for troubleshooting issues related to the data returned by the API.

HacDan commented

I've got a rough implementation of this along with removing the Bearer Token. I'll try to clean up tonight and push up for review.