Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2022-07-05 15:33:51 -07:00
parent 30db5097ff
commit 67a03bdd03
43 changed files with 11163 additions and 8262 deletions

View File

@ -67,7 +67,7 @@ def sync(
client: Client,
) -> Optional[Union[Any, ExtendedUser, Error]]:
""" Get the user information for the authenticated user.
Alternatively, you can also use the `/users/me` endpoint. """
Alternatively, you can also use the `/users-extended/me` endpoint. """
return sync_detailed(
client=client,
@ -93,7 +93,7 @@ async def asyncio(
client: Client,
) -> Optional[Union[Any, ExtendedUser, Error]]:
""" Get the user information for the authenticated user.
Alternatively, you can also use the `/users/me` endpoint. """
Alternatively, you can also use the `/users-extended/me` endpoint. """
return (
await asyncio_detailed(