anitrack/bruno/AniTrack/MAL/MAL Oauth Page.bru

19 lines
334 B
Plaintext
Raw Normal View History

2024-08-15 21:27:53 -04:00
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}}
:
}