Added test page
This commit is contained in:
parent
92c20c8740
commit
ca94cbcbc7
8
example.php
Normal file
8
example.php
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?php
|
||||||
|
require("./OpenLDBSVWS/openLDBSVWS.php");
|
||||||
|
date_default_timezone_set("Europe/London");
|
||||||
|
$OpenLDBSVWS = new OpenLDBSVWS("ACCESS TOKEN");
|
||||||
|
$response = $OpenLDBSVWS->GetDepartureBoardByCRS(10,"BRI",date("H:i:s",time()),120,"","","","","True");
|
||||||
|
header("Content-Type: text/plain");
|
||||||
|
print_r($response);
|
||||||
|
?>
|
Reference in New Issue
Block a user