Module python_odpt.api.default.railway_operations_get_railways
Functions
async def asyncio(*, client: Union[AuthenticatedClient, Client], aclconsumer_key: str, id: Union[Unset, str] = <python_odpt.types.Unset object>, owlsame_as: Union[Unset, str] = <python_odpt.types.Unset object>, dctitle: Union[Unset, str] = <python_odpt.types.Unset object>, odptoperator: Union[Unset, str] = <python_odpt.types.Unset object>, odptline_code: Union[Unset, str] = <python_odpt.types.Unset object>) ‑> Union[Any, List[Railway], None]-
路線情報を取得する
Args
aclconsumer_key:str- アクセストークン
id:Union[Unset, str]- 固有識別子
owlsame_as:Union[Unset, str]- 固有識別子の別名 多くが
odpt.hoge:fuga形式 - dctitle (Union[Unset, str]):
odptoperator:Union[Unset, str]- 固有識別子の別名 多くが
odpt.hoge:fuga形式
odptline_code (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['Railway']]
async def asyncio_detailed(*, client: Union[AuthenticatedClient, Client], aclconsumer_key: str, id: Union[Unset, str] = <python_odpt.types.Unset object>, owlsame_as: Union[Unset, str] = <python_odpt.types.Unset object>, dctitle: Union[Unset, str] = <python_odpt.types.Unset object>, odptoperator: Union[Unset, str] = <python_odpt.types.Unset object>, odptline_code: Union[Unset, str] = <python_odpt.types.Unset object>) ‑> Response[typing.Union[typing.Any, typing.List[Railway]]]-
路線情報を取得する
Args
aclconsumer_key:str- アクセストークン
id:Union[Unset, str]- 固有識別子
owlsame_as:Union[Unset, str]- 固有識別子の別名 多くが
odpt.hoge:fuga形式 - dctitle (Union[Unset, str]):
odptoperator:Union[Unset, str]- 固有識別子の別名 多くが
odpt.hoge:fuga形式
odptline_code (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['Railway']]]
def sync(*, client: Union[AuthenticatedClient, Client], aclconsumer_key: str, id: Union[Unset, str] = <python_odpt.types.Unset object>, owlsame_as: Union[Unset, str] = <python_odpt.types.Unset object>, dctitle: Union[Unset, str] = <python_odpt.types.Unset object>, odptoperator: Union[Unset, str] = <python_odpt.types.Unset object>, odptline_code: Union[Unset, str] = <python_odpt.types.Unset object>) ‑> Union[Any, List[Railway], None]-
路線情報を取得する
Args
aclconsumer_key:str- アクセストークン
id:Union[Unset, str]- 固有識別子
owlsame_as:Union[Unset, str]- 固有識別子の別名 多くが
odpt.hoge:fuga形式 - dctitle (Union[Unset, str]):
odptoperator:Union[Unset, str]- 固有識別子の別名 多くが
odpt.hoge:fuga形式
odptline_code (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['Railway']]
def sync_detailed(*, client: Union[AuthenticatedClient, Client], aclconsumer_key: str, id: Union[Unset, str] = <python_odpt.types.Unset object>, owlsame_as: Union[Unset, str] = <python_odpt.types.Unset object>, dctitle: Union[Unset, str] = <python_odpt.types.Unset object>, odptoperator: Union[Unset, str] = <python_odpt.types.Unset object>, odptline_code: Union[Unset, str] = <python_odpt.types.Unset object>) ‑> Response[typing.Union[typing.Any, typing.List[Railway]]]-
路線情報を取得する
Args
aclconsumer_key:str- アクセストークン
id:Union[Unset, str]- 固有識別子
owlsame_as:Union[Unset, str]- 固有識別子の別名 多くが
odpt.hoge:fuga形式 - dctitle (Union[Unset, str]):
odptoperator:Union[Unset, str]- 固有識別子の別名 多くが
odpt.hoge:fuga形式
odptline_code (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['Railway']]]