[ ] full support for tripsByName() options in hafas-client
[ ] adapt test/index.js
[ ] check if this strategy is worth it, possibly keep both?
An unsolved problem: The higher levels of the "tree of tripsByName() calls" (e.g. tripsByName('*', {}), the root) return a lot (usually 1000) results, so they're quite expensive for HAFAS servers. But caching on subsequent trips list refreshes is not really possible, because we want to find all trips.
tripsByName()
options inhafas-client
test/index.js
An unsolved problem: The higher levels of the "tree of
tripsByName()
calls" (e.g.tripsByName('*', {})
, the root) return a lot (usually 1000) results, so they're quite expensive for HAFAS servers. But caching on subsequent trips list refreshes is not really possible, because we want to find all trips.