Variable DEFAULT_ANILIST_CONFIGConst
DEFAULT_ANILIST_CONFIG: {
clientId: string;
clientSecret: string;
redirectUri: string;
authorizationEndpoint: string;
tokenEndpoint: string;
} = ...
Type declaration
clientId: string
clientSecret: string
redirectUri: string
authorizationEndpoint: string
tokenEndpoint: string
Default AniList API credentials and endpoints. These can be overridden by user settings.