Module python_odpt.api.default.place_search_operations_search
Functions
async def asyncio(rdf_type: PlaceRDFType, *, client: Union[AuthenticatedClient, Client], aclconsumer_key: str, lat: float, lon: float, radius: int, predicate: Union[Unset, str] = <python_odpt.types.Unset object>) ‑> Union[Any, List[PlaceSearchResponse], None]-
地物情報検索API
Args
rdf_type:PlaceRDFType- 地物情報検索対象のデータ種別
aclconsumer_key:str- アクセストークン
lat (float): lon (float): radius (int): predicate (Union[Unset, 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['PlaceSearchResponse']]
async def asyncio_detailed(rdf_type: PlaceRDFType, *, client: Union[AuthenticatedClient, Client], aclconsumer_key: str, lat: float, lon: float, radius: int, predicate: Union[Unset, str] = <python_odpt.types.Unset object>) ‑> Response[typing.Union[typing.Any, typing.List[PlaceSearchResponse]]]-
地物情報検索API
Args
rdf_type:PlaceRDFType- 地物情報検索対象のデータ種別
aclconsumer_key:str- アクセストークン
lat (float): lon (float): radius (int): predicate (Union[Unset, 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['PlaceSearchResponse']]]
def sync(rdf_type: PlaceRDFType, *, client: Union[AuthenticatedClient, Client], aclconsumer_key: str, lat: float, lon: float, radius: int, predicate: Union[Unset, str] = <python_odpt.types.Unset object>) ‑> Union[Any, List[PlaceSearchResponse], None]-
地物情報検索API
Args
rdf_type:PlaceRDFType- 地物情報検索対象のデータ種別
aclconsumer_key:str- アクセストークン
lat (float): lon (float): radius (int): predicate (Union[Unset, 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['PlaceSearchResponse']]
def sync_detailed(rdf_type: PlaceRDFType, *, client: Union[AuthenticatedClient, Client], aclconsumer_key: str, lat: float, lon: float, radius: int, predicate: Union[Unset, str] = <python_odpt.types.Unset object>) ‑> Response[typing.Union[typing.Any, typing.List[PlaceSearchResponse]]]-
地物情報検索API
Args
rdf_type:PlaceRDFType- 地物情報検索対象のデータ種別
aclconsumer_key:str- アクセストークン
lat (float): lon (float): radius (int): predicate (Union[Unset, 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['PlaceSearchResponse']]]