readme update for trains url

This commit is contained in:
Steve Androulakis
2025-02-14 21:38:55 -08:00
parent da5de9f69f
commit a1cd7bad49

View File

@@ -119,6 +119,9 @@ Access the API at `/docs` to see the available endpoints.
Required to search and book trains! Required to search and book trains!
```bash ```bash
poetry run python thirdparty/train_api.py 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 ;) ### .NET (enterprise) Backend ;)