You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As described in the readme, the /trips (i.e. tripsByName()) endpoint similar to db-hafas-client is not yet supported. Are there plans to implement it? Is it possible with new underlying APIs?
The text was updated successfully, but these errors were encountered:
So far I have not found the corresponding endpoint in the DB APIs, because there does not seem to be a corresponding UI in either DB Navigator or bahn.de. If you find it, it shouldn't be a problem to implement it.
I found two other implementations that still work with train names:
bahnapp.online, unfortunately it's closed source so we have no idea which API it uses.
bahn.expert, haven't yet found the corresponding code to see which API it uses, maybe IRIS? EDIT: Might be RIS::Journeys, for which you need an API key, which marudor probably has. – Maybe you want to have a look. We could also add IRIS/whatever for tripsByName to db-vendo-client, since it uses a variety of API backends anyways, altough I'm not hyper stoked on that :D
In conclusion, for the time being, /trips can just be used with a trip id (trip()).
As described in the readme, the
/trips
(i.e.tripsByName()
) endpoint similar to db-hafas-client is not yet supported. Are there plans to implement it? Is it possible with new underlying APIs?The text was updated successfully, but these errors were encountered: