Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 381 Bytes

File metadata and controls

8 lines (8 loc) · 381 Bytes

github_wrapper

  1. The service runs on localhost by default on port 8080.
  2. Three rest methods supported:
    • api/status.json
    • api/history.json
    • api/historyAndStatus.json
  3. An example of a formatted response is available via http://localhost:8080/api/checkApi.html
  4. Run the service either by 'sbt run' or 'sbt assembly' and then run the jar inside the target dir.