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

docs(dev): info on how to generate api model

parent c232f2e4
Branches
Tags
1 merge request!20Preparations for ORM-less scheduling
Pipeline #3401 passed
......@@ -80,6 +80,16 @@ Test cases are located in `./tests` are executed by running:
You can find the AURA API definition at https://api.aura.radio
Engine utilizes the Steering API and Tank API to query scheduling and playlist data.
The OpenAPI specification for these APIs are located in `schemas` and used for the client models.
To generate the API client models run
```bash
make api
```
## Scheduler
Scheduling is split into multiple phases. Below you see a timeline with one timeslot planned at a certain
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment