PaulSut

Results 13 comments of PaulSut

Is there an update/estimation of when this feature will be available? :)

Thank you very much for the input! Super nice of you! I will investigate it next week and get familiar with the code base :)

Short update: `journeys()` & `refreshJourney()` seems to return a different `fareSetL[]`. This: ``` const testJourneys = await client.journeys('8103000', '8011160', { routingMode: routingModes.HYBRID, tickets: true, polylines: true, language: 'de', departure: new...

Thanks for pointing out the DEBUG mode :) It seems like the 'fareSetL[]' differ when using [TripSearch](https://gist.github.com/derhuerst/d790cdf8ac9a94ae7554f43890e29930#file-01-tripsearch-http-L1735-L1751) or [Reconstruction](https://gist.github.com/derhuerst/d790cdf8ac9a94ae7554f43890e29930#file-02-reconstruction-http-L1250-L1269) (e.g. only Reconstruction containing `addData`) I get a similar Result to...

I had to dig a little deeper but i found the issue now :) The `trfReq` with the right params was missing for the "Reconstruction" request. I will try to...

After looking deeper into the URL topic I am pretty sure that there will be more changes regarding the output format which is why I closed the PR for now....

[This](https://github.com/PaulSut/hafas-client/tree/non-breaking-db-tickets) [edit: [permalink](https://github.com/public-transport/hafas-client/compare/449d2261bd6818f9813c5337e356804a7ecd9009...PaulSut:hafas-client:69b6d117cad017fdcd69f1aac1cf675fe7d793e3)] is a non breaking version that enables to get fares and the url to each fare via `refreshJourney()`. Everything seems to work fine so far, but I...

Sounds great! But I will probably need a few weeks for the next iteration! I will try to implement your suggestions, but of course feel free to do further adjustments...

Unfortunately not really :/ Tickets contain now also a `firstClass` info, but the ticket-url is still not really usable and I couldn't fix it. I will have a closer look...

I created a new [PR](https://github.com/public-transport/hafas-client/pull/310) which adds the ticket information. I am rather pessemistic regarding the URL. The [generated URLs](https://github.com/PaulSut/hafas-client/tree/non-breaking-db-tickets) 'kind of work'. But not with every device/browser/cookie combination and...