Skip to content

Commit

Permalink
Updated usage example of the HTTP API
Browse files Browse the repository at this point in the history
  • Loading branch information
wberube committed Apr 5, 2024
1 parent 9f2fb72 commit 2379a7c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ An all-in-one daemon that exposes an HTTP frontend to
### Examples

```
curl 192.168.1.17:9000/osd/0?size=60
curl 192.168.1.17:9000/osd/0?text=example0
curl 192.168.1.17:9000/api/time?ts=1712320920
curl 192.168.1.17:9000/osd/1?size=80
curl 192.168.1.17:9000/osd/1?text=example1
curl 192.168.1.17:9000/osd/1?posx=1000
curl 192.168.1.17:9000/api/osd/0?font=comic&size=32.0&text=Frontdoor
curl 192.168.1.17:9000/api/osd/0?posy=72
curl "192.168.1.17:9000/api/osd/1?text=$B C:$C M:$M"
curl 192.168.1.17:9000/api/osd/2?text=
```

### Technical support and donations
Expand Down

0 comments on commit 2379a7c

Please sign in to comment.