sintonia/python_apps/api_clients
jo efd362eb62 Scheduler should prepare 1 day ahead, not 1 hour
The old API client v1 used to call the following action, and underlying schedule model:
d6093f7356/airtime_mvc/application/controllers/ApiController.php (L720-L730)
d6093f7356/airtime_mvc/application/models/Schedule.php (L1118-L1140)

The new API v2 prepared 1 hour of scheduled track instead
of 1 day in the old  API.
2021-08-18 16:19:58 +02:00
..
api_clients Scheduler should prepare 1 day ahead, not 1 hour 2021-08-18 16:19:58 +02:00
tests add missing fields to v2 get schedule api call 2021-07-09 12:15:15 +02:00
Makefile Update CI to run api_clients pytest 2021-06-08 14:06:32 +02:00
requirements-dev.txt Update CI to run api_clients pytest 2021-06-08 14:06:32 +02:00
setup.py add missing fields to v2 get schedule api call 2021-07-09 12:15:15 +02:00