update README

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-02-07 11:02:50 +01:00
parent 511b4a7077
commit d1d0cc4600
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 3 additions and 3 deletions

View File

@ -19,10 +19,10 @@ The problem this solves is posting comments in a PR from multiple builds without
# API
It exposes just 1 call:
It exposes 3 calls:
* `POST /builds/:id` - Add a new build result and update the PR comment.
* `POST /builds/:id/refresh` - Re-render the PR comment for given ID.
* `POST /builds/:repo/:id` - Add a new build result and update the PR comment.
* `POST /builds/:repo/:id/refresh` - Re-render the PR comment for given ID.
* `POST /comments` - Show currently managed comments in PRs.
By default it listens on `localhost:8080`.