What kind of change does this PR introduces? (Your branch should reflect it...)
[ ] Bugfix (Fixes an issue that does not affect users)
[ ] Hotfix (Fixes an issue that affect users)
[ ] Improvement (Improves upon an existing functionality or documentation)
[x] Feature (Creates a new feature)
[ ] Release (Packs the latest changes into a new release/ deployable version)
Before you push it are you sure that...
[x] My code follows the code style of this project.
[x] My change requires a change to the documentation and I updated it accordingly.
Now regarding your changes...
What is the current behavior?
Currently it does not have a rest client to handle DELETE method requests therefore not being able to delete a previous punch.
What is the expected behavior from your changes?
Now it does have a proper DELETE method client implementation, also a service to handle deleting a previous punch given a valid ID and a handler function to handle deleting a slice of previous punches asynchronously using channels and go routines.
Meliponto - Pull Request
What kind of change does this PR introduces? (Your branch should reflect it...)
Before you push it are you sure that...
Now regarding your changes...
What is the current behavior?
Currently it does not have a rest client to handle
DELETE
method requests therefore not being able to delete a previous punch.What is the expected behavior from your changes?
Now it does have a proper
DELETE
method client implementation, also a service to handle deleting a previous punch given a valid ID and a handler function to handle deleting a slice of previous punches asynchronously using channels and go routines.Responsible
@cmoscofian