matthewdowney / TogglPy

TogglPy is a non-cluttered, easily understood and implemented python library for interacting with the Toggl API.
MIT License
150 stars 83 forks source link

400 Bad request #53

Closed ahbeheshti closed 2 years ago

ahbeheshti commented 3 years ago

I get 400 bad request for functions stopTimeEntry and currentRunningTimeEntry. The issue can be resolved just by updating the method for those two functions. stopTimeEntry needs to use PUT and currentRunningTimeEntry needs to use GET.

I've installed this library by pip install and my current version is 0.1.2

link-ding commented 3 years ago

Can you explaine more how to solve it?

MRmlik12 commented 2 years ago

@matthewdowney When you already publish new version?

matthewdowney commented 2 years ago

See #52