Commit graph

98 commits

Author SHA1 Message Date
Julius Tens
d797333a70 db: parse additional line names 2019-02-13 14:05:06 +01:00
Jannis R
215fce004b
DB readme: document loyaltyCard option 📝
[ci skip]
2018-12-12 16:36:36 +01:00
Jannis R
d11b60bbd1
minor changes in readme, profile examples
[ci skip]
2018-12-10 14:38:21 +01:00
Jannis R
8b572d6184 profiles: enable reachableFrom 2018-09-03 16:43:01 +02:00
Jannis R
e20f65823b
adapt profile docs to 5d9d738 📝 2018-07-28 14:58:25 +02:00
Jannis R
f20931b6de adapt docs & examples to 0a0cddc 📝 2018-07-24 18:29:31 +02:00
Jannis R
fe8e68e4a2
fix DB hints parsing 🐛 2018-07-13 12:17:15 +02:00
Jannis R
90519cff68
remove accidental logging
[ci skip]
2018-07-09 19:48:14 +02:00
Jannis R
4529a93175
parse DB-specific hints inside DB profile 2018-07-09 19:32:23 +02:00
Jannis R
4a454917dd rename profile.journeyLeg to profile.trip 💥 2018-07-07 21:19:28 +02:00
Jannis R
58f183506e
option to parse station lines, default off 💥, adapt docs 📝 2018-06-28 13:04:03 +02:00
Jannis R
471f075dea
fix nearby examples 📝 2018-06-28 13:01:18 +02:00
Jannis R
ac9819b1dd query arrivals , docs 📝 2018-06-26 18:13:41 +02:00
Jannis R
b6fbaa5825
parse fns: opt param 💥
- parseLine
- parseDeparture
- parseJourney
- parseJourneyLeg
- parseLocation
- parseMovement
- parseNearby
- parseStopover
2018-06-13 20:05:33 +02:00
Jannis R
8881d8a1a4
parse fns: individual params -> data object 💥
From now on, all higher-level parse fns will be able to access more
of the response data while keeping their signature.

- parseLine
- parseDeparture
- parseJourney
- parseJourneyLeg
- parseLocation
- parseMovement
- parsePolyline
- parseNearby
- parseStopover
2018-06-13 20:05:24 +02:00
Jannis R
b419477a7d
merge next into tests-rewrite 2018-06-10 14:57:51 +02:00
Jannis R
665bed9f79 rename location(id) -> station(id) 💥
see #17 for reasons
closes #17
2018-06-10 14:47:29 +02:00
Jannis R
1bb1ce4f8b
merge next into tests-rewrite 2018-05-30 14:22:23 +02:00
Jannis R
e479619387
cherry-pick 16c3f01: DB: 1.16 protocol, journeyLeg, fix polylines 🐛 2018-05-24 14:06:53 +02:00
Jannis R
bdc23c64e2
cherry-pick c60213a 2018-05-07 12:34:56 +02:00
Jannis R
3d69ae225d
DB: tram mode should be train 🐛 2018-04-24 16:59:35 +02:00
Jannis R
e87ccf5a3b
DB: add currency to price 🐛, enable journeyLeg 2018-04-19 15:21:49 +02:00
Jannis R
94bbe2361b
products[].product -> products[].id 2018-03-16 17:15:09 +01:00
Jannis R
08357dfa9d
parseLine: move mode & products parsing from profiles into main code 2018-03-16 17:15:09 +01:00
Jannis R
83248785e5
formatProducts: move factory from profiles into main code
and rename to `formatProductsFilter`
2018-03-16 17:15:08 +01:00
Jannis R
ce43f15ad5
parseProducts: move factory from profiles into main code 2018-03-16 17:15:08 +01:00
Jannis R
b7c1ee3b05
new products markup 2018-03-16 17:15:08 +01:00
Jannis R
828ef4ad47
DB: add missing taxi mode 🐛 2018-03-13 21:45:42 +01:00
Jannis R
95253adbe1
another fix for 73c419f 🐛 2018-03-13 19:30:10 +01:00
Jannis R
73c419fadb
fix products parsing 🐛, fix tests for it 2018-03-13 03:23:03 +01:00
Jannis R
02e3e7f97e
2.3.1 into new-vbb-protocol 2018-03-02 23:57:29 +01:00
Jannis R
3e0bb8e0c3
location method: docs 📝 2018-01-26 17:24:02 +01:00
Jannis R
904f890442
move checksum calculation to lib/request 2018-01-15 00:45:05 +01:00
Jannis R
d7eca5b4d1
expose line operators
closes #6
2018-01-05 19:04:24 +01:00
Jannis R
c304119de5
bugfixes 🐛💚, update deps 2017-12-19 01:40:59 +01:00
Jannis R
28e601553d
fix DB modes 🐛 2017-12-18 23:25:41 +01:00
Jannis R
965d5393ef
accessibility filters for every profile 2017-12-18 20:01:12 +01:00
Jannis R
374fd6120a
docs: methods, usage examples, more related projects 2017-12-17 20:04:17 +01:00
Jannis R
bcddc49049
docs for DB profile 2017-12-17 17:48:21 +01:00
Jannis R
09fc50f5b3
comply with FPTF 1.0.1, using validate-fptf 2017-12-16 01:56:59 +01:00
Jannis R
024aa0e948
deal with some todos, add more 2017-12-12 23:15:06 +01:00
Jannis R
81c9411cfe
deal with some todos, add more 2017-12-12 04:04:41 +01:00
Jannis R
608a91989f
bugfixes 🐛, even more todos 2017-12-11 19:40:46 +01:00
Jannis R
14cdc77c0f
moment-timezone -> luxon, parse DateTimes with locale 2017-12-11 17:28:29 +01:00
Jannis R
3c9c8433dc
DB: find cheapest price 2017-12-11 16:06:37 +01:00
Jannis R
ed0dfd06dd
pull out bitmask parsing from profiles 2017-11-27 20:30:53 +01:00
Jannis R
6b1f22cc65
parse product bitmasks 2017-11-13 00:30:14 +01:00
Jannis R
4356032308
DB profile
mostly copied from db-hafas
2017-11-12 23:51:41 +01:00