Open arnasbr opened 1 year ago
For now arrival and departure times are both simply datetimes. Accidentally mixing them up will result in the user getting the wrong type of search in their response.
https://github.com/traveltime-dev/traveltime-python-sdk/pull/101
Currently it's still possible to mix them up. This will maybe be fixed in the future with a larger rework
For now arrival and departure times are both simply datetimes. Accidentally mixing them up will result in the user getting the wrong type of search in their response.