mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 07:09:35 +02:00
.. | ||
arrivals.md | ||
changelog.md | ||
departures.md | ||
journeys.md | ||
locations.md | ||
migrating-to-3.md | ||
nearby.md | ||
profile-boilerplate.js | ||
radar.md | ||
reachable-from.md | ||
readme.md | ||
refresh-journey.md | ||
station.md | ||
trip.md | ||
writing-a-profile.md |
API documentation
journeys(from, to, [opt])
– get journeys between locationsrefreshJourney(refreshToken, [opt])
– fetch up-to-date/more details of ajourney
trip(id, lineName, [opt])
– get details for a tripdepartures(station, [opt])
– query the next departures at a stationarrivals(station, [opt])
– query the next arrivals at a stationlocations(query, [opt])
– find stations, POIs and addressesstation(id, [opt])
– get details about a stationnearby(location, [opt])
– show stations & POIs aroundradar(north, west, south, east, [opt])
– find all vehicles currently in a certain areareachableFrom(address, [opt])
– get all stations reachable from an address withinn
minutes
Writing a profile
Check the guide.