kittycad.api.unit.get_temperature_unit_conversion.asyncio

async kittycad.api.unit.get_temperature_unit_conversion.asyncio(input_unit, output_unit, value, *, client)[source][source]

Convert a temperature unit value to another temperature unit value. This is a nice endpoint to use for helper functions.

Return type:

Union[UnitTemperatureConversion, Error, None]