Skip to content

.Net Web API for a Stopwatch with Start, Stop & Laps features.

Notifications You must be signed in to change notification settings

iMelki/stop-watch-api

Repository files navigation

  1. Clone this repo
  2. Run dotnet watch run
  3. Send a Post Request to https://localhost:5001/api/Watch/start
  4. Save the runToken from the returned object in the response
  5. Send a Put Request to https://localhost:5001/api/Watch/lap/{runToken}, where {runToken} is the one returned
  6. Send a Post Request to https://localhost:5001/api/Watch/stop/{runToken}, where {runToken} is the one returned

Releases

No releases published

Packages

No packages published

Languages