rearranged bruno files to add simkl and more in future

This commit is contained in:
2024-07-29 16:53:05 -04:00
parent 065ac0950f
commit fdd1994f13
8 changed files with 0 additions and 0 deletions

View 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
}