kittycad.api.meta.get_ipinfo

Functions

asyncio(*, client)

asyncio_detailed(*, client)

sync(*, client)

sync_detailed(*, client)

kittycad.api.meta.get_ipinfo._build_response(*, response)[source][source]
Return type:

Response[Union[IpAddrInfo, Error, None]]

kittycad.api.meta.get_ipinfo._get_kwargs(*, client)[source][source]
Return type:

Dict[str, Any]

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]]

kittycad.api.meta.get_ipinfo.sync(*, client)[source][source]
Return type:

Union[IpAddrInfo, Error, None]

kittycad.api.meta.get_ipinfo.sync_detailed(*, client)[source][source]
Return type:

Response[Union[IpAddrInfo, Error, None]]