issues
search
watercooler-labs
/
toggl-cli
🕐 Command Line App for Toggl Track
MIT License
34
stars
7
forks
source link
🧹 Move TE start logic to API code
#20
Closed
shantanuraj
closed
3 years ago
shantanuraj
commented
3 years ago
Depends on
19
What does this PR do?
Moves common bussiness logic regarding start time-entries out of API to the main module.
API is simplified to two options
create_time_entry
and
update_time_entry
all other logic is delegated to higher order functions in the main module
Depends on
19
What does this PR do?
create_time_entry
andupdate_time_entry
all other logic is delegated to higher order functions in the main module