Update README

This commit is contained in:
Valentin Brandl 2019-06-16 15:02:45 +02:00
parent 21243e6cfb
commit 6bc783451e
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -20,8 +20,14 @@ The API is as simple as
https://<host>/<service>/<user>/<repo>
```
where `<service>` is one of `gitub`, `gitlab` or `bitbucket`.
where `<service>` is one of `gitub`, `gitlab` or `bitbucket`. The HoC data can also be received as JSON by appending
`/json` to the reuqest path:
```
https://<host>/<service>/<user>/<repo>/json
```
There is also an overview page available via `https://<host>/view/<service>/<user>/<repo>`
## Building