26 lines
351 B
Plaintext
26 lines
351 B
Plaintext
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}}
|
|
}
|