Module python_odpt.api.default.data_dump_operations_dump
Functions
async def asyncio(rdf_type: DumpRDFType, *, client: Union[AuthenticatedClient, Client], aclconsumer_key: str) ‑> Union[Any, List[Union[Calendar, Operator, Station, StationTimetable, TrainTimetable, TrainType, RailDirection, Railway, RailwayFare, PassengerSurvey, BusTimetable, BusroutePattern, BusroutePatternFare, BusstopPole, BusstopPoleTimetable, Airport, AirportTerminal, FlightSchedule, FlightStatus]], None]-
データダンプAPI
Args
rdf_type:DumpRDFType- データタンプAPI対象のデータ種別
aclconsumer_key:str- アクセストークン
Raises
errors.UnexpectedStatus- If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
httpx.TimeoutException- If the request takes longer than Client.timeout.
Returns
Union[Any, List[OUTPUT_TYPES]]
async def asyncio_detailed(rdf_type: DumpRDFType, *, client: Union[AuthenticatedClient, Client], aclconsumer_key: str) ‑> Response[typing.Union[typing.Any, typing.List[typing.Union[Calendar, Operator, Station, StationTimetable, TrainTimetable, TrainType, RailDirection, Railway, RailwayFare, PassengerSurvey, BusTimetable, BusroutePattern, BusroutePatternFare, BusstopPole, BusstopPoleTimetable, Airport, AirportTerminal, FlightSchedule, FlightStatus]]]]-
データダンプAPI
Args
rdf_type:DumpRDFType- データタンプAPI対象のデータ種別
aclconsumer_key:str- アクセストークン
Raises
errors.UnexpectedStatus- If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
httpx.TimeoutException- If the request takes longer than Client.timeout.
Returns
Response[Union[Any, List[OUTPUT_TYPES]]]
def sync(rdf_type: DumpRDFType, *, client: Union[AuthenticatedClient, Client], aclconsumer_key: str) ‑> Union[Any, List[Union[Calendar, Operator, Station, StationTimetable, TrainTimetable, TrainType, RailDirection, Railway, RailwayFare, PassengerSurvey, BusTimetable, BusroutePattern, BusroutePatternFare, BusstopPole, BusstopPoleTimetable, Airport, AirportTerminal, FlightSchedule, FlightStatus]], None]-
データダンプAPI
Args
rdf_type:DumpRDFType- データタンプAPI対象のデータ種別
aclconsumer_key:str- アクセストークン
Raises
errors.UnexpectedStatus- If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
httpx.TimeoutException- If the request takes longer than Client.timeout.
Returns
Union[Any, List[OUTPUT_TYPES]]
def sync_detailed(rdf_type: DumpRDFType, *, client: Union[AuthenticatedClient, Client], aclconsumer_key: str) ‑> Response[typing.Union[typing.Any, typing.List[typing.Union[Calendar, Operator, Station, StationTimetable, TrainTimetable, TrainType, RailDirection, Railway, RailwayFare, PassengerSurvey, BusTimetable, BusroutePattern, BusroutePatternFare, BusstopPole, BusstopPoleTimetable, Airport, AirportTerminal, FlightSchedule, FlightStatus]]]]-
データダンプAPI
Args
rdf_type:DumpRDFType- データタンプAPI対象のデータ種別
aclconsumer_key:str- アクセストークン
Raises
errors.UnexpectedStatus- If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
httpx.TimeoutException- If the request takes longer than Client.timeout.
Returns
Response[Union[Any, List[OUTPUT_TYPES]]]