Skip to content
Snippets Groups Projects
Commit 12ffab68 authored by David Trattnig's avatar David Trattnig
Browse files

Documentation stubs for new features.

parent 90e19a89
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,10 @@ specifically build for the requirements of community radios.
- Blank Detenction / Silence Detecter
- Auto Pilot a.k.a. Fallback Handling
- API to query Track-Service
- API to query programme
- API to query monthly reports
- API to query data for a studio clock
- Web Application for displaying the Track-Service
- Web Application for displaying the studio clock
Read more on the [Engine Features](docs/engine-features.md) page.
......
......@@ -89,3 +89,13 @@ The Swagger Specification of a Track Service entry as YAML looks like this:
**Schedule API**: Retrieves information on the programme.
* `/api/v1/schedule/upcoming` .. Returns the next three schedules, after the one currently playing.
**Clock API**: Retrieve all data relevant for a studio clock.
* `/api/v1/clock` .............. Returns the current show, next show, playlist and time left until the next show.
## Web Applications
* `/trackservice` ................. Web Application for displaying the Track-Service
* `/clock` ........................ Web Application for displaying the studio clock
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment