We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This Gist contains all (relevant) calls made by the current iOS app: https://gist.github.com/derhuerst/30eaeebff1c1f9da3df2be1be7eee8c9
https://whereismy.flixbus.com/api/v1/cities/de
https://whereismy.flixbus.com/api/v1/rides/de/1224/2020-04-15T14:00:12Z/2020-04-15T16:00:12Z
Specifically, I think the following methods would be nice to have:
departures(stationOrRegion, opt)
arrivals(stationOrRegion, opt)
trip(id)
wholeNetwork()
findOrder(referenceCode, nameOrEmail)
The text was updated successfully, but these errors were encountered:
I will start working on departures/arrivals.
departures
arrivals
Sorry, something went wrong.
Hey @derhuerst ,
How did you manage to get the api key? I tried to follow the instructions in README and sent them an email. No reply yet.
Is there any other way?
You can proxy the traffic of the mobile app through an HTTP proxy like mitmproxy to inspect the API calls it makes.
No branches or pull requests
This Gist contains all (relevant) calls made by the current iOS app: https://gist.github.com/derhuerst/30eaeebff1c1f9da3df2be1be7eee8c9
https://whereismy.flixbus.com/api/v1/cities/de
https://whereismy.flixbus.com/api/v1/rides/de/1224/2020-04-15T14:00:12Z/2020-04-15T16:00:12Z
Specifically, I think the following methods would be nice to have:
departures(stationOrRegion, opt)
/arrivals(stationOrRegion, opt)
– add departures()/arrivals() #40trip(id)
– add trip() #42wholeNetwork()
findOrder(referenceCode, nameOrEmail)
– add order(bookingNr, nameOrEmail) #43The text was updated successfully, but these errors were encountered: