From a1cd7bad4933e43bf9696fbca96a857f4c016af5 Mon Sep 17 00:00:00 2001 From: Steve Androulakis Date: Fri, 14 Feb 2025 21:38:55 -0800 Subject: [PATCH] readme update for trains url --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f368f6c..02d1880 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,9 @@ Access the API at `/docs` to see the available endpoints. Required to search and book trains! ```bash poetry run python thirdparty/train_api.py + +# example url +# http://localhost:8080/api/search?from=london&to=liverpool&outbound_time=2025-04-18T09:00:00&inbound_time=2025-04-20T09:00:00 ``` ### .NET (enterprise) Backend ;)