akahu.api.endpoints.me

class akahu.api.endpoints.me.MeEndpoint(client: ApiBase, endpoint='/me')

Bases: ApiGetEndpoint[User]

Endpoints for retrieving current user details.

Arguments:

client (ApiBase): The API client, or prefix-endpoint in the url path. endpoint (str): (optional) The endpoint for the me API. Defaults to “/me”.

property endpoint: str
get(**kwargs) T