Mention sourcehut in readme

This commit is contained in:
Valentin Brandl 2021-09-03 12:04:38 +02:00
parent ae4266044b
commit 888e85b1f4

View File

@ -19,8 +19,8 @@ The API is as simple as
https://<host>/<service>/<user>/<repo> https://<host>/<service>/<user>/<repo>
``` ```
where `<service>` is one of `gitub`, `gitlab` or `bitbucket`. The HoC data can also be received as JSON by appending where `<service>` is one of `gitub`, `gitlab`, `bitbucket` or `sourcehut`. The HoC data can also be received as JSON by
`/json` to the reuqest path: appending `/json` to the reuqest path:
``` ```
https://<host>/<service>/<user>/<repo>/json https://<host>/<service>/<user>/<repo>/json