add pager api

This commit is contained in:
Thies Mueller
2026-06-04 19:10:47 +02:00
parent 2d766c4e5b
commit f9dbc096c5
2 changed files with 114 additions and 12 deletions
+5 -1
View File
@@ -5,4 +5,8 @@ $rennplanJson = file_get_contents('https://api.sat.regattatech.de/api/v1/rennpla
$bootJson = file_get_contents('https://api.sat.regattatech.de/api/v1/boot/');
$ergebnisseJson = file_get_contents('https://api.sat.regattatech.de/api/v1/results/current/');
$ergebnisseJson = file_get_contents('https://api.sat.regattatech.de/api/v1/results/current/');
$pagerApi = "https://sat.regattatech.de/api/v1/page/";
$pagerApiSecret = "foobar";