added getting MAL watchlist
This commit is contained in:
25
bruno/AniTrack/MAL/Get AnimeList.bru
Normal file
25
bruno/AniTrack/MAL/Get AnimeList.bru
Normal file
@ -0,0 +1,25 @@
|
||||
meta {
|
||||
name: Get AnimeList
|
||||
type: http
|
||||
seq: 3
|
||||
}
|
||||
|
||||
get {
|
||||
url: https://api.myanimelist.net/v2/users/{{MAL_USER}}/animelist?fields=list_status&status=watching&limit=1000
|
||||
body: formUrlEncoded
|
||||
auth: bearer
|
||||
}
|
||||
|
||||
params:query {
|
||||
fields: list_status
|
||||
status: watching
|
||||
limit: 1000
|
||||
}
|
||||
|
||||
headers {
|
||||
:
|
||||
}
|
||||
|
||||
auth:bearer {
|
||||
token: {{MAL_ACCESS_TOKEN}}
|
||||
}
|
Reference in New Issue
Block a user