Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

UNDER DEVELOPMENTUNRELEASED

Timers provides a fast and easy way to keep track of your time.

METHODENDPOINTDESCRIPTION
PUT/POST/timers/:id/startStart a given timer
PUT/POST/timers/:id/cancelCancel/Delete a timer
PUT/POST/timers/:id/pausePause a timer
DELETE/timers/:idAlias for /timers/:id/cancel
POST/timersCreate a new timer
PUT/POST/timers/:idUpdate an existing timer
GET/timersList timers
GET/timers/:idGet a specific timers details
  • No labels