feat: initial commit

This commit is contained in:
2023-12-13 20:07:22 +01:00
commit 5d0311b731
79 changed files with 3143 additions and 0 deletions

17
doc/http-api.md Normal file
View File

@ -0,0 +1,17 @@
# HTTP API
## Authentication
## Endpoints
### `POST /api/v1/cast`
### `DELETE /api/v1/cast`
### `GET /api/v1/status`
## Payloads
### `CastRequest`
### `StatusResponse`