Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 263 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 263 Bytes

GitLog

A program that shows git logs to Restful API

Config

  • Config File Name: application.properties
workspace={PATH}
port=80

port

Web Port (default: 8080)

API LIST

  • /api/repos
  • /api/branch?repo={REPO-NAME}
  • /api/logs?repo={REPO-NAME}