from onebusaway.types import References, ResponseWrapper
Types:
from onebusaway.types import AgenciesWithCoverageListResponse
Methods:
client.agencies_with_coverage.list() -> AgenciesWithCoverageListResponse
Types:
from onebusaway.types import AgencyRetrieveResponse
Methods:
client.agency.retrieve(agency_id) -> AgencyRetrieveResponse
Types:
from onebusaway.types import VehiclesForAgencyListResponse
Methods:
client.vehicles_for_agency.list(agency_id, **params) -> VehiclesForAgencyListResponse
Types:
from onebusaway.types import ConfigRetrieveResponse
Methods:
client.config.retrieve() -> ConfigRetrieveResponse
Types:
from onebusaway.types import CurrentTimeRetrieveResponse
Methods:
client.current_time.retrieve() -> CurrentTimeRetrieveResponse
Types:
from onebusaway.types import StopsForLocationListResponse
Methods:
client.stops_for_location.list(**params) -> StopsForLocationListResponse
Types:
from onebusaway.types import StopsForRouteListResponse
Methods:
client.stops_for_route.list(route_id, **params) -> StopsForRouteListResponse
Types:
from onebusaway.types import StopsForAgencyListResponse
Methods:
client.stops_for_agency.list(agency_id) -> StopsForAgencyListResponse
Types:
from onebusaway.types import StopRetrieveResponse
Methods:
client.stop.retrieve(stop_id) -> StopRetrieveResponse
Types:
from onebusaway.types import StopIDsForAgencyListResponse
Methods:
client.stop_ids_for_agency.list(agency_id) -> StopIDsForAgencyListResponse
Types:
from onebusaway.types import ScheduleForStopRetrieveResponse
Methods:
client.schedule_for_stop.retrieve(stop_id, **params) -> ScheduleForStopRetrieveResponse
Types:
from onebusaway.types import RouteRetrieveResponse
Methods:
client.route.retrieve(route_id) -> RouteRetrieveResponse
Types:
from onebusaway.types import RouteIDsForAgencyListResponse
Methods:
client.route_ids_for_agency.list(agency_id) -> RouteIDsForAgencyListResponse
Types:
from onebusaway.types import RoutesForLocationListResponse
Methods:
client.routes_for_location.list(**params) -> RoutesForLocationListResponse
Types:
from onebusaway.types import RoutesForAgencyListResponse
Methods:
client.routes_for_agency.list(agency_id) -> RoutesForAgencyListResponse
Types:
from onebusaway.types import ScheduleForRouteRetrieveResponse
Methods:
client.schedule_for_route.retrieve(route_id, **params) -> ScheduleForRouteRetrieveResponse
Types:
from onebusaway.types import ArrivalAndDepartureRetrieveResponse, ArrivalAndDepartureListResponse
Methods:
client.arrival_and_departure.retrieve(stop_id, **params) -> ArrivalAndDepartureRetrieveResponse
client.arrival_and_departure.list(stop_id, **params) -> ArrivalAndDepartureListResponse
Types:
from onebusaway.types import TripRetrieveResponse
Methods:
client.trip.retrieve(trip_id) -> TripRetrieveResponse
Types:
from onebusaway.types import TripsForLocationListResponse
Methods:
client.trips_for_location.list(**params) -> TripsForLocationListResponse
Types:
from onebusaway.types import TripDetailRetrieveResponse
Methods:
client.trip_details.retrieve(trip_id, **params) -> TripDetailRetrieveResponse
Types:
from onebusaway.types import TripForVehicleRetrieveResponse
Methods:
client.trip_for_vehicle.retrieve(vehicle_id, **params) -> TripForVehicleRetrieveResponse
Types:
from onebusaway.types import TripsForRouteListResponse
Methods:
client.trips_for_route.list(route_id, **params) -> TripsForRouteListResponse
Methods:
client.report_problem_with_stop.retrieve(stop_id, **params) -> ResponseWrapper
Methods:
client.report_problem_with_trip.retrieve(trip_id, **params) -> ResponseWrapper
Types:
from onebusaway.types import SearchForStopListResponse
Methods:
client.search_for_stop.list(**params) -> SearchForStopListResponse
Types:
from onebusaway.types import SearchForRouteListResponse
Methods:
client.search_for_route.list(**params) -> SearchForRouteListResponse
Types:
from onebusaway.types import BlockRetrieveResponse
Methods:
client.block.retrieve(block_id) -> BlockRetrieveResponse
Types:
from onebusaway.types import ShapeRetrieveResponse
Methods:
client.shape.retrieve(shape_id) -> ShapeRetrieveResponse