Module python_odpt.api.default.operator_operations_get_operators

Functions

async def asyncio(*, client: Union[AuthenticatedClientClient], aclconsumer_key: str, id: Union[Unset, str] = <python_odpt.types.Unset object>, owlsame_as: Union[Unset, str] = <python_odpt.types.Unset object>) ‑> Union[Any, List[Operator], None]

公共交通機関の事業者(odpt:Operator)の内容を取得する

Args

aclconsumer_key : str
アクセストークン
id : Union[Unset, str]
固有識別子

owlsame_as (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['Operator']]

async def asyncio_detailed(*, client: Union[AuthenticatedClientClient], aclconsumer_key: str, id: Union[Unset, str] = <python_odpt.types.Unset object>, owlsame_as: Union[Unset, str] = <python_odpt.types.Unset object>) ‑> Response[typing.Union[typing.Any, typing.List[Operator]]]

公共交通機関の事業者(odpt:Operator)の内容を取得する

Args

aclconsumer_key : str
アクセストークン
id : Union[Unset, str]
固有識別子

owlsame_as (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['Operator']]]

def sync(*, client: Union[AuthenticatedClientClient], aclconsumer_key: str, id: Union[Unset, str] = <python_odpt.types.Unset object>, owlsame_as: Union[Unset, str] = <python_odpt.types.Unset object>) ‑> Union[Any, List[Operator], None]

公共交通機関の事業者(odpt:Operator)の内容を取得する

Args

aclconsumer_key : str
アクセストークン
id : Union[Unset, str]
固有識別子

owlsame_as (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['Operator']]

def sync_detailed(*, client: Union[AuthenticatedClientClient], aclconsumer_key: str, id: Union[Unset, str] = <python_odpt.types.Unset object>, owlsame_as: Union[Unset, str] = <python_odpt.types.Unset object>) ‑> Response[typing.Union[typing.Any, typing.List[Operator]]]

公共交通機関の事業者(odpt:Operator)の内容を取得する

Args

aclconsumer_key : str
アクセストークン
id : Union[Unset, str]
固有識別子

owlsame_as (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['Operator']]]