Module python_odpt.api.default.data_search_operations_search
Functions
async def asyncio(rdf_type: str, *, client: Union[AuthenticatedClient, Client], aclconsumer_key: str, predicate: Dict[str, Any] = {}) ‑> 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: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[AuthenticatedClient, Client], aclconsumer_key: str, predicate: Dict[str, Any] = {}) ‑> 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: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[AuthenticatedClient, Client], aclconsumer_key: str, predicate: Dict[str, Any] = {}) ‑> 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: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[AuthenticatedClient, Client], aclconsumer_key: str, predicate: Dict[str, Any] = {}) ‑> 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: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]]]