anitrack/bruno/AniTrack/AniList/Load AniList Oauth Page.bru

18 lines
358 B
Plaintext
Raw Permalink Normal View History

meta {
name: Load AniList Oauth Page
type: http
seq: 1
}
get {
url: https://anilist.co/api/v2/oauth/authorize?client_id={{ANILIST_APP_ID}}&redirect_uri=http://localhost:6734/callback&response_type=code
body: none
auth: none
}
params:query {
client_id: {{ANILIST_APP_ID}}
redirect_uri: http://localhost:6734/callback
response_type: code
}