Methods
- Description:
-
- Fetch an anime entry by its AniList ID.
- Source:
-
- Since:
-
Parameters:
Name |
Type |
Description |
id |
Number
|
Required. The ID tied to the AniList entry. |
Returns:
- Type
-
AnimeEntry
(async) favouriteAnime(id) → {Boolean}
- Description:
-
- [Requires Login] Favourite/Unfavourite an anime
- Source:
-
- Since:
-
Parameters:
Name |
Type |
Description |
id |
Number
|
Required. The ID tied to the AniList entry. |
Returns:
Returns true if added, false otherwise.
- Type
-
Boolean
(async) favouriteManga(id) → {Boolean}
- Description:
-
- [Requires Login] Favourite/Unfavourite a manga
- Source:
-
- Since:
-
Parameters:
Name |
Type |
Description |
id |
Number
|
Required. The ID tied to the AniList entry. |
Returns:
Returns true if added, false otherwise.
- Type
-
Boolean
- Description:
-
- Fetch a manga entry by its AniList ID.
- Source:
-
- Since:
-
Parameters:
Name |
Type |
Description |
id |
Number
|
Required. The ID tied to the AniList entry. |
Returns:
- Type
-
MangaEntry