Update README
This commit is contained in:
parent
05740326d5
commit
cb4a4aed9e
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ eink-feed-server
|
||||||
- `GET /api/channel?id=<CHANNEL_ID>`:
|
- `GET /api/channel?id=<CHANNEL_ID>`:
|
||||||
Returns channel configuration. Can be used by a rendering server to get display information about the image channel.
|
Returns channel configuration. Can be used by a rendering server to get display information about the image channel.
|
||||||
- `POST /api/frame?id=<CHANNEL_ID>&orientation=<(portrait|landscape)_(left|right)>`:
|
- `POST /api/frame?id=<CHANNEL_ID>&orientation=<(portrait|landscape)_(left|right)>`:
|
||||||
Accepts a multipart form with a BMP or PNG.
|
Accepts a multipart form with a PNG (or BMP) file.
|
||||||
- `/api/ws/display`:
|
- `/api/ws/display`:
|
||||||
WebSocket endpoint for protobuf communication between a display client and the server. Image data is sent over this socket.
|
WebSocket endpoint for protobuf communication between a display client and the server. Image data is sent over this socket.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue