I have generated the latest API!

This commit is contained in:
github-actions[bot]
2022-07-26 00:49:02 +00:00
parent df3f38ba7d
commit 908c7efe12
27 changed files with 53 additions and 53 deletions

File diff suppressed because one or more lines are too long

View File

@ -80,7 +80,7 @@ def sync(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitAccelerationConversion, Error]]: ) -> 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( return sync_detailed(
output_format=output_format, output_format=output_format,
@ -117,7 +117,7 @@ async def asyncio(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitAccelerationConversion, Error]]: ) -> 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 ( return (
await asyncio_detailed( await asyncio_detailed(

View File

@ -80,7 +80,7 @@ def sync(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitAngleConversion, Error]]: ) -> 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( return sync_detailed(
output_format=output_format, output_format=output_format,
@ -117,7 +117,7 @@ async def asyncio(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitAngleConversion, Error]]: ) -> 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 ( return (
await asyncio_detailed( await asyncio_detailed(

View File

@ -80,7 +80,7 @@ def sync(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitAngularVelocityConversion, Error]]: ) -> 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( return sync_detailed(
output_format=output_format, output_format=output_format,
@ -117,7 +117,7 @@ async def asyncio(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitAngularVelocityConversion, Error]]: ) -> 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 ( return (
await asyncio_detailed( await asyncio_detailed(

View File

@ -80,7 +80,7 @@ def sync(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitAreaConversion, Error]]: ) -> 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( return sync_detailed(
output_format=output_format, output_format=output_format,
@ -117,7 +117,7 @@ async def asyncio(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitAreaConversion, Error]]: ) -> 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 ( return (
await asyncio_detailed( await asyncio_detailed(

View File

@ -80,7 +80,7 @@ def sync(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitChargeConversion, Error]]: ) -> 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( return sync_detailed(
output_format=output_format, output_format=output_format,
@ -117,7 +117,7 @@ async def asyncio(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitChargeConversion, Error]]: ) -> 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 ( return (
await asyncio_detailed( await asyncio_detailed(

View File

@ -80,7 +80,7 @@ def sync(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitConcentrationConversion, Error]]: ) -> 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( return sync_detailed(
output_format=output_format, output_format=output_format,
@ -117,7 +117,7 @@ async def asyncio(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitConcentrationConversion, Error]]: ) -> 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 ( return (
await asyncio_detailed( await asyncio_detailed(

View File

@ -80,7 +80,7 @@ def sync(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitDataTransferRateConversion, Error]]: ) -> 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( return sync_detailed(
output_format=output_format, output_format=output_format,
@ -117,7 +117,7 @@ async def asyncio(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitDataTransferRateConversion, Error]]: ) -> 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 ( return (
await asyncio_detailed( await asyncio_detailed(

View File

@ -80,7 +80,7 @@ def sync(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitDataConversion, Error]]: ) -> 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( return sync_detailed(
output_format=output_format, output_format=output_format,
@ -117,7 +117,7 @@ async def asyncio(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitDataConversion, Error]]: ) -> 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 ( return (
await asyncio_detailed( await asyncio_detailed(

View File

@ -80,7 +80,7 @@ def sync(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitDensityConversion, Error]]: ) -> 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( return sync_detailed(
output_format=output_format, output_format=output_format,
@ -117,7 +117,7 @@ async def asyncio(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitDensityConversion, Error]]: ) -> 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 ( return (
await asyncio_detailed( await asyncio_detailed(

View File

@ -80,7 +80,7 @@ def sync(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitEnergyConversion, Error]]: ) -> 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( return sync_detailed(
output_format=output_format, output_format=output_format,
@ -117,7 +117,7 @@ async def asyncio(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitEnergyConversion, Error]]: ) -> 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 ( return (
await asyncio_detailed( await asyncio_detailed(

View File

@ -80,7 +80,7 @@ def sync(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitForceConversion, Error]]: ) -> 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( return sync_detailed(
output_format=output_format, output_format=output_format,
@ -117,7 +117,7 @@ async def asyncio(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitForceConversion, Error]]: ) -> 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 ( return (
await asyncio_detailed( await asyncio_detailed(

View File

@ -80,7 +80,7 @@ def sync(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitIlluminanceConversion, Error]]: ) -> 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( return sync_detailed(
output_format=output_format, output_format=output_format,
@ -117,7 +117,7 @@ async def asyncio(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitIlluminanceConversion, Error]]: ) -> 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 ( return (
await asyncio_detailed( await asyncio_detailed(

View File

@ -80,7 +80,7 @@ def sync(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitLengthConversion, Error]]: ) -> 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( return sync_detailed(
output_format=output_format, output_format=output_format,
@ -117,7 +117,7 @@ async def asyncio(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitLengthConversion, Error]]: ) -> 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 ( return (
await asyncio_detailed( await asyncio_detailed(

View File

@ -80,7 +80,7 @@ def sync(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitMagneticFieldStrengthConversion, Error]]: ) -> 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( return sync_detailed(
output_format=output_format, output_format=output_format,
@ -117,7 +117,7 @@ async def asyncio(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitMagneticFieldStrengthConversion, Error]]: ) -> 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 ( return (
await asyncio_detailed( await asyncio_detailed(

View File

@ -80,7 +80,7 @@ def sync(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitMagneticFluxConversion, Error]]: ) -> 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( return sync_detailed(
output_format=output_format, output_format=output_format,
@ -117,7 +117,7 @@ async def asyncio(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitMagneticFluxConversion, Error]]: ) -> 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 ( return (
await asyncio_detailed( await asyncio_detailed(

View File

@ -80,7 +80,7 @@ def sync(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitMassConversion, Error]]: ) -> 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( return sync_detailed(
output_format=output_format, output_format=output_format,
@ -117,7 +117,7 @@ async def asyncio(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitMassConversion, Error]]: ) -> 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 ( return (
await asyncio_detailed( await asyncio_detailed(

View File

@ -80,7 +80,7 @@ def sync(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitMetricConversion, Error]]: ) -> 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( return sync_detailed(
output_format=output_format, output_format=output_format,
@ -117,7 +117,7 @@ async def asyncio(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitMetricConversion, Error]]: ) -> 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 ( return (
await asyncio_detailed( await asyncio_detailed(

View File

@ -80,7 +80,7 @@ def sync(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitPowerConversion, Error]]: ) -> 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( return sync_detailed(
output_format=output_format, output_format=output_format,
@ -117,7 +117,7 @@ async def asyncio(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitPowerConversion, Error]]: ) -> 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 ( return (
await asyncio_detailed( await asyncio_detailed(

View File

@ -80,7 +80,7 @@ def sync(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitPressureConversion, Error]]: ) -> 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( return sync_detailed(
output_format=output_format, output_format=output_format,
@ -117,7 +117,7 @@ async def asyncio(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitPressureConversion, Error]]: ) -> 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 ( return (
await asyncio_detailed( await asyncio_detailed(

View File

@ -80,7 +80,7 @@ def sync(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitRadiationConversion, Error]]: ) -> 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( return sync_detailed(
output_format=output_format, output_format=output_format,
@ -117,7 +117,7 @@ async def asyncio(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitRadiationConversion, Error]]: ) -> 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 ( return (
await asyncio_detailed( await asyncio_detailed(

View File

@ -80,7 +80,7 @@ def sync(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitSolidAngleConversion, Error]]: ) -> 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( return sync_detailed(
output_format=output_format, output_format=output_format,
@ -117,7 +117,7 @@ async def asyncio(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitSolidAngleConversion, Error]]: ) -> 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 ( return (
await asyncio_detailed( await asyncio_detailed(

View File

@ -80,7 +80,7 @@ def sync(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitTemperatureConversion, Error]]: ) -> 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( return sync_detailed(
output_format=output_format, output_format=output_format,
@ -117,7 +117,7 @@ async def asyncio(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitTemperatureConversion, Error]]: ) -> 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 ( return (
await asyncio_detailed( await asyncio_detailed(

View File

@ -80,7 +80,7 @@ def sync(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitTimeConversion, Error]]: ) -> 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( return sync_detailed(
output_format=output_format, output_format=output_format,
@ -117,7 +117,7 @@ async def asyncio(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitTimeConversion, Error]]: ) -> 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 ( return (
await asyncio_detailed( await asyncio_detailed(

View File

@ -80,7 +80,7 @@ def sync(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitVelocityConversion, Error]]: ) -> 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( return sync_detailed(
output_format=output_format, output_format=output_format,
@ -117,7 +117,7 @@ async def asyncio(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitVelocityConversion, Error]]: ) -> 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 ( return (
await asyncio_detailed( await asyncio_detailed(

View File

@ -80,7 +80,7 @@ def sync(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitVoltageConversion, Error]]: ) -> 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( return sync_detailed(
output_format=output_format, output_format=output_format,
@ -117,7 +117,7 @@ async def asyncio(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitVoltageConversion, Error]]: ) -> 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 ( return (
await asyncio_detailed( await asyncio_detailed(

View File

@ -80,7 +80,7 @@ def sync(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitVolumeConversion, Error]]: ) -> 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( return sync_detailed(
output_format=output_format, output_format=output_format,
@ -117,7 +117,7 @@ async def asyncio(
*, *,
client: Client, client: Client,
) -> Optional[Union[Any, UnitVolumeConversion, Error]]: ) -> 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 ( return (
await asyncio_detailed( await asyncio_detailed(