matthewdowney / TogglPy

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

Fix: change current time entry HTTP method to GET #55

Closed dtgoitia closed 2 years ago

dtgoitia commented 2 years ago

According to the docs we should use a GET -instead of a POST- to get the currently running time entry.