kiblee / tod0

A Terminal Client for Microsoft To-Do
MIT License
124 stars 19 forks source link

Move to new API to fix failing functionality #37

Closed SaskiaKeil closed 2 years ago

SaskiaKeil commented 2 years ago

I tried to run the tool with my user and encountered several issues. Moving it to new API endpoints in the /todo/ domain fixes it.

Still there is some room for improvement, e.g. UI and CLI use different ways of communicating with the API. The CLI seems to be more stable in general.

@kiblee Let me know if this kind of PR works for you or if there's anything I should change :)

Also I pushed a commit to fix the black issues, but somehow it doesn't trigger a new circle run

kiblee commented 2 years ago

Hi @SaskiaKeil!

Thanks for the PR! You're right - there's lots to work on regarding communicating with the API. I need to find more time to work on that.

CircleCI ran with your newest commit but it caught issues with the closing parentheses. I'll merge this now and fix those later.

SaskiaKeil commented 2 years ago

Thanks for handling the linting issues :)