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
I have a similar interface like yours, but I am not able to fetch departure data from the DB API any longer.
/location/{name} still works but /arrivalBoard{id} and /departureBoard/{id} seem to be broken. When I use them I always get
/location/{name}
Response Body [] Response Code 200
so it is successful but empty.
I get the same response when I use the API Konsole on https://developer.deutschebahn.com/store/apis/info?name=Fahrplan-Free&version=v1&provider=DBOpenData
API Konsole
Could you please verify this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a similar interface like yours, but I am not able to fetch departure data from the DB API any longer.
/location/{name}
still works but /arrivalBoard{id} and /departureBoard/{id} seem to be broken.When I use them I always get
so it is successful but empty.
I get the same response when I use the
API Konsole
on https://developer.deutschebahn.com/store/apis/info?name=Fahrplan-Free&version=v1&provider=DBOpenDataCould you please verify this?
The text was updated successfully, but these errors were encountered: