Update api spec (#73)

* YOYO NEW API SPEC!

* I have generated the latest API!

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Jess Frazelle
2023-04-17 10:07:16 -07:00
committed by GitHub
parent 11a1948ebc
commit 573f4a8bc8
13 changed files with 180 additions and 1140 deletions

View File

@ -75,6 +75,7 @@ def sync(
*,
client: Client,
) -> Optional[Union[Any, Mesh, Error]]:
""" This is an alpha endpoint. It will change in the future. The current output is honestly pretty bad. So if you find this endpoint, you get what you pay for, which currently is nothing. But in the future will be made a lot better. """
return sync_detailed(
output_format=output_format,
@ -107,6 +108,7 @@ async def asyncio(
*,
client: Client,
) -> Optional[Union[Any, Mesh, Error]]:
""" This is an alpha endpoint. It will change in the future. The current output is honestly pretty bad. So if you find this endpoint, you get what you pay for, which currently is nothing. But in the future will be made a lot better. """
return (
await asyncio_detailed(