New Features!
New Features
- Added a
sinceflag to allow you to get only the data since a specific date. See the ReadMe for more details on how to use - Added a
daysflag to allow you to control the number of days that you retrieve for theget_time_entriesmethod. 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