added AniList GET REST items

This commit is contained in:
2025-02-17 20:50:10 -05:00
parent 4e6f910e74
commit 068e568ec6
8 changed files with 387 additions and 0 deletions

18
rest/http-client.env.json Normal file
View File

@ -0,0 +1,18 @@
{
"$schema": "https://raw.githubusercontent.com/mistweaverco/kulala.nvim/main/schemas/http-client.env.schema.json",
"dev": {
"ANILIST_APP_ID": "",
"ANILIST_SECRET": "",
"SIMKL_CLIENT_ID": "",
"SIMKL_CLIENT_SECRET": "",
"MAL_CLIENT_ID": "",
"MAL_CLIENT_SECRET": "",
"ANILIST_ACCESS_TOKEN": "",
"ANILSIT_CODE": "",
"SIMKL_AUTH_TOKEN": "",
"MAL_CODE": "",
"MAL_VERIFIER": "",
"MAL_USER": "",
"MAL_ACCESS_TOKEN": ""
}
}