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

put() for TimeEntries #16

Closed lhayhurst closed 6 years ago

lhayhurst commented 6 years ago

I added a public put() method for the timesheet entries. My use case was doing pattern matching on projects that hadn't been booked to a client.project, for example the 'Pomodoro Break' entry that is auto-created by Toggl when Pomodoro mode is turned on.

matthewdowney commented 6 years ago

Excellent, thank you.