Fabian Vogler

Results 11 issues of Fabian Vogler

The parameter `bike` is currently not supported: https://timetable.search.ch/api/help#route

timetable.search.ch

Add train cancellations to API responses. ``` ... ``` ![screen shot 2013-09-12 at 10 55 44](https://f.cloud.github.com/assets/13346/1129358/66d8118a-1b89-11e3-92dc-3d66bb24e9dd.png) ``` PARTIAL_FAILURE_AT_ARR ``` ![screen shot 2013-09-12 at 10 55 56](https://f.cloud.github.com/assets/13346/1129359/66dda488-1b89-11e3-8479-3472d3be63c3.png)

enhancement

https://timetable.search.ch/api/help has only transport data from Switzerland

beta
timetable.search.ch

Currently missing from https://timetable.search.ch/api/help#route ``` "capacity1st": -1, "capacity2nd": -1 ```

beta
timetable.search.ch

Currently missing from https://timetable.search.ch/api/help#route ``` "realtimeAvailability": "RT_BHF" ```

beta
timetable.search.ch

e.g. `"number": "IR 1974"` should be `"number": "1974"`

beta
timetable.search.ch

Currently missing from https://timetable.search.ch/api/help#route Could maybe be added with a mapping table? ``` "categoryCode": 2 ```

beta
timetable.search.ch

Currently missing from https://timetable.search.ch/api/help#route ``` "service": { "regular": "daily", "irregular": null }, ```

beta
timetable.search.ch

I'd like to add a resource for getting journey details and propose the following URI design for it: ``` /v1/journeys/tnr/{tnr}/cycle/{cycle}/puic/{puic} ``` It's not that nice as it includes external IDs,...

enhancement