rearranged bruno files to add simkl and more in future
This commit is contained in:
17
bruno/AniTrack/AniList/Load AniList Oauth Page.bru
Normal file
17
bruno/AniTrack/AniList/Load AniList Oauth Page.bru
Normal file
@ -0,0 +1,17 @@
|
||||
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
|
||||
}
|
Reference in New Issue
Block a user