Module python_odpt.api.default.data_dump_operations_dump

Functions

async def asyncio(rdf_type: DumpRDFType, *, client: Union[AuthenticatedClientClient], aclconsumer_key: str) ‑> Union[Any, List[Union[CalendarOperatorStationStationTimetableTrainTimetableTrainTypeRailDirectionRailwayRailwayFarePassengerSurveyBusTimetableBusroutePatternBusroutePatternFareBusstopPoleBusstopPoleTimetableAirportAirportTerminalFlightScheduleFlightStatus]], 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[AuthenticatedClientClient], aclconsumer_key: str) ‑> Response[typing.Union[typing.Any, typing.List[typing.Union[CalendarOperatorStationStationTimetableTrainTimetableTrainTypeRailDirectionRailwayRailwayFarePassengerSurveyBusTimetableBusroutePatternBusroutePatternFareBusstopPoleBusstopPoleTimetableAirportAirportTerminalFlightScheduleFlightStatus]]]]

データダンプ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[AuthenticatedClientClient], aclconsumer_key: str) ‑> Union[Any, List[Union[CalendarOperatorStationStationTimetableTrainTimetableTrainTypeRailDirectionRailwayRailwayFarePassengerSurveyBusTimetableBusroutePatternBusroutePatternFareBusstopPoleBusstopPoleTimetableAirportAirportTerminalFlightScheduleFlightStatus]], 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[AuthenticatedClientClient], aclconsumer_key: str) ‑> Response[typing.Union[typing.Any, typing.List[typing.Union[CalendarOperatorStationStationTimetableTrainTimetableTrainTypeRailDirectionRailwayRailwayFarePassengerSurveyBusTimetableBusroutePatternBusroutePatternFareBusstopPoleBusstopPoleTimetableAirportAirportTerminalFlightScheduleFlightStatus]]]]

データダンプ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]]]