I have generated the latest API!
This commit is contained in:
File diff suppressed because one or more lines are too long
@ -80,7 +80,7 @@ def sync(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitAccelerationConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert an acceleration unit value to another acceleration unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return sync_detailed(
|
||||
output_format=output_format,
|
||||
@ -117,7 +117,7 @@ async def asyncio(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitAccelerationConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert an acceleration unit value to another acceleration unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return (
|
||||
await asyncio_detailed(
|
||||
|
@ -80,7 +80,7 @@ def sync(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitAngleConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert an angle unit value to another angle unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return sync_detailed(
|
||||
output_format=output_format,
|
||||
@ -117,7 +117,7 @@ async def asyncio(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitAngleConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert an angle unit value to another angle unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return (
|
||||
await asyncio_detailed(
|
||||
|
@ -80,7 +80,7 @@ def sync(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitAngularVelocityConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert an angular velocity unit value to another angular velocity unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return sync_detailed(
|
||||
output_format=output_format,
|
||||
@ -117,7 +117,7 @@ async def asyncio(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitAngularVelocityConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert an angular velocity unit value to another angular velocity unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return (
|
||||
await asyncio_detailed(
|
||||
|
@ -80,7 +80,7 @@ def sync(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitAreaConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert an area unit value to another area unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return sync_detailed(
|
||||
output_format=output_format,
|
||||
@ -117,7 +117,7 @@ async def asyncio(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitAreaConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert an area unit value to another area unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return (
|
||||
await asyncio_detailed(
|
||||
|
@ -80,7 +80,7 @@ def sync(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitChargeConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a charge unit value to another charge unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return sync_detailed(
|
||||
output_format=output_format,
|
||||
@ -117,7 +117,7 @@ async def asyncio(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitChargeConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a charge unit value to another charge unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return (
|
||||
await asyncio_detailed(
|
||||
|
@ -80,7 +80,7 @@ def sync(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitConcentrationConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a concentration unit value to another concentration unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return sync_detailed(
|
||||
output_format=output_format,
|
||||
@ -117,7 +117,7 @@ async def asyncio(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitConcentrationConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a concentration unit value to another concentration unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return (
|
||||
await asyncio_detailed(
|
||||
|
@ -80,7 +80,7 @@ def sync(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitDataTransferRateConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a data transfer rate unit value to another data transfer rate unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return sync_detailed(
|
||||
output_format=output_format,
|
||||
@ -117,7 +117,7 @@ async def asyncio(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitDataTransferRateConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a data transfer rate unit value to another data transfer rate unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return (
|
||||
await asyncio_detailed(
|
||||
|
@ -80,7 +80,7 @@ def sync(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitDataConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a data unit value to another data unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return sync_detailed(
|
||||
output_format=output_format,
|
||||
@ -117,7 +117,7 @@ async def asyncio(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitDataConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a data unit value to another data unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return (
|
||||
await asyncio_detailed(
|
||||
|
@ -80,7 +80,7 @@ def sync(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitDensityConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a density unit value to another density unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return sync_detailed(
|
||||
output_format=output_format,
|
||||
@ -117,7 +117,7 @@ async def asyncio(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitDensityConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a density unit value to another density unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return (
|
||||
await asyncio_detailed(
|
||||
|
@ -80,7 +80,7 @@ def sync(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitEnergyConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a energy unit value to another energy unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return sync_detailed(
|
||||
output_format=output_format,
|
||||
@ -117,7 +117,7 @@ async def asyncio(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitEnergyConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a energy unit value to another energy unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return (
|
||||
await asyncio_detailed(
|
||||
|
@ -80,7 +80,7 @@ def sync(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitForceConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a force unit value to another force unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return sync_detailed(
|
||||
output_format=output_format,
|
||||
@ -117,7 +117,7 @@ async def asyncio(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitForceConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a force unit value to another force unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return (
|
||||
await asyncio_detailed(
|
||||
|
@ -80,7 +80,7 @@ def sync(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitIlluminanceConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a illuminance unit value to another illuminance unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return sync_detailed(
|
||||
output_format=output_format,
|
||||
@ -117,7 +117,7 @@ async def asyncio(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitIlluminanceConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a illuminance unit value to another illuminance unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return (
|
||||
await asyncio_detailed(
|
||||
|
@ -80,7 +80,7 @@ def sync(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitLengthConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a length unit value to another length unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return sync_detailed(
|
||||
output_format=output_format,
|
||||
@ -117,7 +117,7 @@ async def asyncio(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitLengthConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a length unit value to another length unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return (
|
||||
await asyncio_detailed(
|
||||
|
@ -80,7 +80,7 @@ def sync(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitMagneticFieldStrengthConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a magnetic field strength unit value to another magnetic field strength unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return sync_detailed(
|
||||
output_format=output_format,
|
||||
@ -117,7 +117,7 @@ async def asyncio(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitMagneticFieldStrengthConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a magnetic field strength unit value to another magnetic field strength unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return (
|
||||
await asyncio_detailed(
|
||||
|
@ -80,7 +80,7 @@ def sync(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitMagneticFluxConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a magnetic flux unit value to another magnetic flux unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return sync_detailed(
|
||||
output_format=output_format,
|
||||
@ -117,7 +117,7 @@ async def asyncio(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitMagneticFluxConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a magnetic flux unit value to another magnetic flux unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return (
|
||||
await asyncio_detailed(
|
||||
|
@ -80,7 +80,7 @@ def sync(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitMassConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a mass unit value to another mass unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return sync_detailed(
|
||||
output_format=output_format,
|
||||
@ -117,7 +117,7 @@ async def asyncio(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitMassConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a mass unit value to another mass unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return (
|
||||
await asyncio_detailed(
|
||||
|
@ -80,7 +80,7 @@ def sync(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitMetricConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a metric unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return sync_detailed(
|
||||
output_format=output_format,
|
||||
@ -117,7 +117,7 @@ async def asyncio(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitMetricConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a metric unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return (
|
||||
await asyncio_detailed(
|
||||
|
@ -80,7 +80,7 @@ def sync(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitPowerConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a power unit value to another power unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return sync_detailed(
|
||||
output_format=output_format,
|
||||
@ -117,7 +117,7 @@ async def asyncio(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitPowerConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a power unit value to another power unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return (
|
||||
await asyncio_detailed(
|
||||
|
@ -80,7 +80,7 @@ def sync(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitPressureConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a pressure unit value to another pressure unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return sync_detailed(
|
||||
output_format=output_format,
|
||||
@ -117,7 +117,7 @@ async def asyncio(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitPressureConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a pressure unit value to another pressure unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return (
|
||||
await asyncio_detailed(
|
||||
|
@ -80,7 +80,7 @@ def sync(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitRadiationConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a radiation unit value to another radiation unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return sync_detailed(
|
||||
output_format=output_format,
|
||||
@ -117,7 +117,7 @@ async def asyncio(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitRadiationConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a radiation unit value to another radiation unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return (
|
||||
await asyncio_detailed(
|
||||
|
@ -80,7 +80,7 @@ def sync(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitSolidAngleConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a solid angle unit value to another solid angle unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return sync_detailed(
|
||||
output_format=output_format,
|
||||
@ -117,7 +117,7 @@ async def asyncio(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitSolidAngleConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a solid angle unit value to another solid angle unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return (
|
||||
await asyncio_detailed(
|
||||
|
@ -80,7 +80,7 @@ def sync(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitTemperatureConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a temperature unit value to another temperature unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return sync_detailed(
|
||||
output_format=output_format,
|
||||
@ -117,7 +117,7 @@ async def asyncio(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitTemperatureConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a temperature unit value to another temperature unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return (
|
||||
await asyncio_detailed(
|
||||
|
@ -80,7 +80,7 @@ def sync(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitTimeConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a time unit value to another time unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return sync_detailed(
|
||||
output_format=output_format,
|
||||
@ -117,7 +117,7 @@ async def asyncio(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitTimeConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a time unit value to another time unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return (
|
||||
await asyncio_detailed(
|
||||
|
@ -80,7 +80,7 @@ def sync(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitVelocityConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a velocity unit value to another velocity unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return sync_detailed(
|
||||
output_format=output_format,
|
||||
@ -117,7 +117,7 @@ async def asyncio(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitVelocityConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a velocity unit value to another velocity unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return (
|
||||
await asyncio_detailed(
|
||||
|
@ -80,7 +80,7 @@ def sync(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitVoltageConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a voltage unit value to another voltage unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return sync_detailed(
|
||||
output_format=output_format,
|
||||
@ -117,7 +117,7 @@ async def asyncio(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitVoltageConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a voltage unit value to another voltage unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return (
|
||||
await asyncio_detailed(
|
||||
|
@ -80,7 +80,7 @@ def sync(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitVolumeConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a volume unit value to another volume unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return sync_detailed(
|
||||
output_format=output_format,
|
||||
@ -117,7 +117,7 @@ async def asyncio(
|
||||
*,
|
||||
client: Client,
|
||||
) -> Optional[Union[Any, UnitVolumeConversion, Error]]:
|
||||
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
|
||||
""" Convert a volume unit value to another volume unit value. This is a nice endpoint to use for helper functions. """
|
||||
|
||||
return (
|
||||
await asyncio_detailed(
|
||||
|
Reference in New Issue
Block a user