This repository has been archived on 2023-08-24. You can view files and clone it, but cannot push or open issues or pull requests.
athena.fb-infra.uk/ldbws.php

6 lines
230 B
PHP
Raw Normal View History

2022-11-26 20:13:44 +00:00
<?php
2022-11-26 20:25:56 +00:00
include("./php/OpenLDBWS.php");
include("/srv/keys/athena/apiKeys.php");
2022-11-26 20:13:44 +00:00
$OpenLDBWS = new OpenLDBWS($ldbKey);
2022-11-26 20:42:40 +00:00
$response = $OpenLDBWS->GetArrDepBoardWithDetails(10,BRI,getNonPassengerServices="TRUE");
echo $response