19 lines
334 B
Plaintext
19 lines
334 B
Plaintext
|
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}}
|
||
|
:
|
||
|
}
|