added MAL requests

This commit is contained in:
2025-02-18 12:31:16 -05:00
parent fd806df0a9
commit b81549e5a6
5 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# @name Get AnimeList
GET https://api.myanimelist.net/v2/users/{{MAL_USER}}/animelist?fields=list_status&status=watching&limit=1000
Content-Type application/x-www-form-urlencoded
Accept: application/json
Authorization: Bearer {{MAL_ACCESS_TOKEN}}