kittycad.api.meta.get_ipinfo
Functions
|
|
|
|
|
|
|
|
- kittycad.api.meta.get_ipinfo._build_response(*, response)[source][source]
- Return type:
Response
[Union
[IpAddrInfo
,Error
,None
]]
- kittycad.api.meta.get_ipinfo._parse_response(*, response)[source][source]
- Return type:
Union
[IpAddrInfo
,Error
,None
]
- async kittycad.api.meta.get_ipinfo.asyncio(*, client)[source][source]
- Return type:
Union
[IpAddrInfo
,Error
,None
]
- async kittycad.api.meta.get_ipinfo.asyncio_detailed(*, client)[source][source]
- Return type:
Response
[Union
[IpAddrInfo
,Error
,None
]]