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 ;)