added getting MAL watchlist
This commit is contained in:
18
bruno/AniTrack/MAL/MAL Oauth Page.bru
Normal file
18
bruno/AniTrack/MAL/MAL Oauth Page.bru
Normal file
@ -0,0 +1,18 @@
|
||||
meta {
|
||||
name: MAL Oauth Page
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
get {
|
||||
url: https://myanimelist.net/v1/oauth2/authorize?response_type=code&client_id={{MAL_CLIENT_ID}}&redirect_uri={{MAL_CALLBACK_URI}}
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
|
||||
params:query {
|
||||
response_type: code
|
||||
client_id: {{MAL_CLIENT_ID}}
|
||||
redirect_uri: {{MAL_CALLBACK_URI}}
|
||||
:
|
||||
}
|
Reference in New Issue
Block a user