docs(README): add example usage of status endpoint
This commit is contained in:
@@ -35,4 +35,9 @@ curl http://localhost:9999/targets
|
|||||||
### GET to `/wake/:name`
|
### GET to `/wake/:name`
|
||||||
```bash
|
```bash
|
||||||
curl http://localhost:9999/wake/<target name>
|
curl http://localhost:9999/wake/<target name>
|
||||||
|
```
|
||||||
|
|
||||||
|
### Get to `/status/:name`
|
||||||
|
```bash
|
||||||
|
curl http://localhost:9999/status/<target name>
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user