-
Notifications
You must be signed in to change notification settings - Fork 0
Documentation
Костенков Даниил Дмитриевич edited this page Oct 12, 2023
·
2 revisions
-
get_trams()- return a list of trams
-
get_stations(tram_id: int)- return a list of stations -
get_destinations(tram_id: int, station_id: int)- return a list of final stations
-
get_routes(tram_id: int, station_id: int, destination_id: int, time: int=30)- return list of routes