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,28 @@
meta {
name: GetAuthorizationToken
type: http
seq: 2
}
post {
url: https://anilist.co/api/v2/oauth/token
body: formUrlEncoded
auth: none
}
headers {
Accept: application/json
Content-Type: application/json
}
body:form-urlencoded {
grant_type: authorization_code
client_id: {{ANILIST_APP_ID}}
client_secret: {{ANILIST_SECRET_TOKEN}}
redirect_uri: http://localhost:6734/callback
code: {{code}}
}
body:multipart-form {
:
}