Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removed extra new lines

Status
colourYellow
titleUnder Development

 

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

...

From the following endpoints you can manage the current user's timers.  

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 for the current user.
PUT/POST/timers/:idUpdate an existing timer
GET/timersList current user's timers
GET/timers/:idGet a timer's details

...