Module python_odpt.api.default.data_search_operations_search

Functions

async def asyncio(rdf_type: str, *, client: Union[AuthenticatedClientClient], aclconsumer_key: str, predicate: Dict[str, Any] = {}) ‑> Union[Any, List[Union[CalendarOperatorStationStationTimetableTrainTimetableTrainTypeRailDirectionRailwayRailwayFarePassengerSurveyBusTimetableBusroutePatternBusroutePatternFareBusstopPoleBusstopPoleTimetableAirportAirportTerminalFlightScheduleFlightStatus]], None]

データ検索API

Args

rdf_type : str
固有識別子の別名 多くがodpt.hoge:fuga形式
aclconsumer_key : str
アクセストークン
predicate : Dict[str, Any]
フィルター条件

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: str, *, client: Union[AuthenticatedClientClient], aclconsumer_key: str, predicate: Dict[str, Any] = {}) ‑> Response[typing.Union[typing.Any, typing.List[typing.Union[CalendarOperatorStationStationTimetableTrainTimetableTrainTypeRailDirectionRailwayRailwayFarePassengerSurveyBusTimetableBusroutePatternBusroutePatternFareBusstopPoleBusstopPoleTimetableAirportAirportTerminalFlightScheduleFlightStatus]]]]

データ検索API

Args

rdf_type : str
固有識別子の別名 多くがodpt.hoge:fuga形式
aclconsumer_key : str
アクセストークン
predicate : Dict[str, Any]
フィルター条件

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: str, *, client: Union[AuthenticatedClientClient], aclconsumer_key: str, predicate: Dict[str, Any] = {}) ‑> Union[Any, List[Union[CalendarOperatorStationStationTimetableTrainTimetableTrainTypeRailDirectionRailwayRailwayFarePassengerSurveyBusTimetableBusroutePatternBusroutePatternFareBusstopPoleBusstopPoleTimetableAirportAirportTerminalFlightScheduleFlightStatus]], None]

データ検索API

Args

rdf_type : str
固有識別子の別名 多くがodpt.hoge:fuga形式
aclconsumer_key : str
アクセストークン
predicate : Dict[str, Any]
フィルター条件

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: str, *, client: Union[AuthenticatedClientClient], aclconsumer_key: str, predicate: Dict[str, Any] = {}) ‑> Response[typing.Union[typing.Any, typing.List[typing.Union[CalendarOperatorStationStationTimetableTrainTimetableTrainTypeRailDirectionRailwayRailwayFarePassengerSurveyBusTimetableBusroutePatternBusroutePatternFareBusstopPoleBusstopPoleTimetableAirportAirportTerminalFlightScheduleFlightStatus]]]]

データ検索API

Args

rdf_type : str
固有識別子の別名 多くがodpt.hoge:fuga形式
aclconsumer_key : str
アクセストークン
predicate : Dict[str, Any]
フィルター条件

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]]]