Constructs a new BaseOperation instance.
OptionalauthToken: RequestAuthInput
The authentication material used for API requests. A string is treated as a bearer token for backwards compatibility.
Optionaloptions: RequestOptions
Transport settings scoped to this instance (timeout, cancellation, retry policy, lifecycle hooks).
MalUserOperation.me gets the currently authenticated MyAnimeList user.
It calls GET /users/@me through RestOperation.execute with requiresAuth and returns a MalUser shaped by MalRequestOptions.fields. The facade alias is MyAnimeListUserApi.me and it requires MalCredentials.accessToken.
Optional field selection and transport settings; a MalRequestOptions merged over the instance defaults.
The authenticated MalUser.
MalUserOperation is the REST operation adapter for the authenticated MyAnimeList user endpoint.
It extends
RestOperationand is composed intoMyAnimeListApiviabuildMyAnimeListApi, exposing MalUser through MalRequestOptions andMyAnimeListUserApi.me.See
https://myanimelist.net/apiconfig/references/api/v2#tag/users/operation/users_user_id_get