MyAnimeListUserApi.me gets the currently authenticated MyAnimeList user through MalUserOperation.me.
It is the public facade for GET /users/@me and requires a MAL access token from MalCredentials.accessToken via buildMyAnimeListApi; use MalRequestOptions.fields to select the response shape.
Optionaloptions: MalRequestOptions
Optional field selection and transport settings; a MalRequestOptions merged over the instance defaults.
The authenticated MalUser.
MyAnimeListUserApi is the user group exposed by MyAnimeListApi under
aniLink.mal.user.It is the facade boundary for the authenticated MyAnimeList user read; the single
MalUserOperation.me | memethod delegates toMalUserOperationand returns a MalUser shaped by MalRequestOptions.fields.See
https://myanimelist.net/apiconfig/references/api/v2#tag/users/operation/users_user_id_get