mirror of
https://github.com/ivabus/binhost
synced 2024-11-10 02:05:15 +03:00
Fix missing "Request"
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
parent
0c6e251d1b
commit
cae10cc45e
4
API.md
4
API.md
|
@ -42,12 +42,16 @@ GET /bin/<BIN>/<PLATFORM>/<ARCH>/sign HTTP/1.1
|
||||||
|
|
||||||
Manifest is a file, that contains ED25519 public key and SHA256sums list
|
Manifest is a file, that contains ED25519 public key and SHA256sums list
|
||||||
|
|
||||||
|
#### Request
|
||||||
|
|
||||||
```http request
|
```http request
|
||||||
GET /runner/manifest HTTP/1.1
|
GET /runner/manifest HTTP/1.1
|
||||||
```
|
```
|
||||||
|
|
||||||
### Get binary runner
|
### Get binary runner
|
||||||
|
|
||||||
|
#### Request
|
||||||
|
|
||||||
```http request
|
```http request
|
||||||
GET /runner/<runner> HTTP/1.1
|
GET /runner/<runner> HTTP/1.1
|
||||||
```
|
```
|
Loading…
Reference in a new issue