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
This might be fixed by doing one of the following:
Including the train lines each station runs on (e.g. Cross city, Walsall) in the /rail/v1/departuresandarrivals/:id endpoint so they can be cross-referenced between stations to determine whether two stations are on the same line
Creating a new endpoint where you can query the name of station line to find out which stations run on them
Creating a new endpoint where you can query a station to find out the departure routes that will be taken from the station
The text was updated successfully, but these errors were encountered:
The API endpoints currently being accessed for rail searches on this app are:
What
/rail/v1/departuresandarrivals/:id
endpoint so they can be cross-referenced between stations to determine whether two stations are on the same lineThe text was updated successfully, but these errors were encountered: