Skip to content

New Features!

Choose a tag to compare

@ryancheley ryancheley released this 13 Mar 21:17
· 125 commits to main since this release

New Features

  • Added a since flag to allow you to get only the data since a specific date. See the ReadMe for more details on how to use
  • Added a days flag to allow you to control the number of days that you retrieve for the get_time_entries method. This is useful if you tend to have LOTS of time entries everyday. Use a smaller number to make sure you get all of the data. A larger number has the potential to cap your data due to limitations of the Toggl API. See the ReadMe for more details on how to use

More Testing!

This feature sees 100% coverage (locally for me at least). I'm still trying to work out the mocking part of the live API but I've added code to make sure that silly input data doesn't cause the package to just fail