[WIP] Client for HAFAS rest.exe
public transport APIs.
Note: hafas-client
is a client for mgate.exe
HAFAS APIs (a.k.a. "mobile APIs").
See hafas-client
's background info.
npm install @public-transport/hafas-rest-client
WIP, TODO.
Supported methods (so far):
journeys(origin, destination, [opt])
- get journeys between locationsrefreshJourney(refreshToken, [opt])
- fetch up-to-date/more details of ajourney
trip(tripId, [opt])
- fetch up-to-date/more details of atrip
dataInfo()
- get information about the HAFAS instance (e.g. a list of operators and sub-products)
See hafas-client
's related repos.
If you have a question, found a bug or want to propose a feature, have a look at the issues page.