add pager api
This commit is contained in:
+5
-1
@@ -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";
|
||||
Reference in New Issue
Block a user