An open API service indexing awesome lists of open source software.

https://github.com/akiacode/gitlog

A program that shows git logs to Restful API
https://github.com/akiacode/gitlog

git git-log git-web gitlog

Last synced: 3 months ago
JSON representation

A program that shows git logs to Restful API

Awesome Lists containing this project

README

        

# 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}