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).
MalAnimeOperation.get gets one anime by its MyAnimeList ID.
It calls GET /anime/{id} through RestOperation.execute and returns a MalAnime shaped by MalRequestOptions.fields. The facade alias is MyAnimeListAnimeApi.get.
The MyAnimeList anime ID.
Optional field selection and transport settings; a MalRequestOptions merged over the instance defaults.
The requested MalAnime.
MalAnimeOperation is the REST operation adapter for MyAnimeList anime endpoints.
It extends RestOperation and is composed into
MyAnimeListApiviabuildMyAnimeListApi, exposing MalAnime through MalRequestOptions andMyAnimeListAnimeApi.get.See
https://myanimelist.net/apiconfig/references/api/v2#tag/anime/operation/anime_anime_id_get