Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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