From adaa1f628f04a6af247e142edbea679578b90fef Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Sat, 15 Apr 2017 11:43:18 +0000 Subject: [PATCH] Add layers with stops and stop points --- API | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/API b/API index 5191def..389000a 100644 --- a/API +++ b/API @@ -75,7 +75,7 @@ ### DEPARTURES ### '/services/passageInfo/stopPassages/stop' => [ - 'stop' => 'ctype_digit', + 'stop' => 'ctype_digit', # stop_id 'mode' => function($mode) { return in_array($mode, ['arrival', 'departure']); }, # (optional) 'startTime' => 'ctype_digit', # timestamp start time (eg. 1492035600000) (optional) 'timeFrame' => 'ctype_digit', # time period (eg. 30) (optional) -- Gitblit v1.9.1