AniList

Interact with the user's AniList account.

Permission

my-plugin.json
{
    //...
    "plugin": {
        "permissions": {
            "scopes": ["anilist"]
        }
    }
}

Refresh collections

This is needed if you edit the user's collection.

$anilist.refreshAnimeCollection()
$anilist.refreshMangaCollection()

Empty cache

Clears the cache for fetched anime/manga entries.

Update entry

Update entry progress

Update entry repeat

Delete entry

Add media to collection

Get collections

Get anime/manga data

Search / List

Custom GraphQL query

Last updated