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
We use 3 URI schemes which still should be implemented:
http://irail.be/connections/{stop_id_without_zeros}/{iso8601departuredatewithoutdashesinEuropeBrusselstime}/{routeid}
http://irail.be/vehicle/{route_id}
http://irail.be/trips/{trip_id}
I suggest to 303 redirect 1 to something like this: https://irail.be/vehicle/{route_id}?date={date}&from={stop_id}
https://irail.be/vehicle/{route_id}?date={date}&from={stop_id}
Let's redirect 2 to today's date and let's give an overview page of today's trip.
3 is more difficult as it depends on the GTFS mapping of iRail. Let's keep that one not dereferenceable just yet.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We use 3 URI schemes which still should be implemented:
http://irail.be/connections/{stop_id_without_zeros}/{iso8601departuredatewithoutdashesinEuropeBrusselstime}/{routeid}
http://irail.be/vehicle/{route_id}
http://irail.be/trips/{trip_id}
I suggest to 303 redirect 1 to something like this:
https://irail.be/vehicle/{route_id}?date={date}&from={stop_id}
Let's redirect 2 to today's date and let's give an overview page of today's trip.
3 is more difficult as it depends on the GTFS mapping of iRail. Let's keep that one not dereferenceable just yet.
The text was updated successfully, but these errors were encountered: