LACMTA / metro-api-v2

Docs: https://lacmta.github.io/metro-api-v2/ Dev: https://dev-metro-api-v2.ofhq3vd1r7une.us-west-2.cs.amazonlightsail.com/docs
https://api.metro.net/docs
0 stars 3 forks source link

Refactor join condition and update response model in get_stop_times_by_route_code_and_agency function #523

Closed albertkun closed 3 months ago

albertkun commented 3 months ago

This pull request refactors the join condition in the get_stop_times_by_trip_id_and_time_range_async function in crud.py and updates the response model in the get_stop_times_by_route_code_and_agency function in main.py. It also comments out unused columns in the StopTimes model in models.py and adds the StopTimesResponse model in schemas.py.