public-transport / hafas-client

JavaScript client for HAFAS public transport APIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expose `realtimeDataFrom` for refreshJourney

yu-re-ka opened this issue · comments

journeys() returns a realtimeDataFrom, but refreshJourney() does not, even though the data is in the raw response

PR welcome!

Let's just expose it as journey.realtimeDataFrom for now, and change refreshJourney()'s return value to an object {journey, realtimeDataFrom} with the next major release (#86).