added AniList Auth Pages
This commit is contained in:
parent
068e568ec6
commit
4d9c54a116
@ -0,0 +1,3 @@
|
|||||||
|
# @name GetAuthorizationToken
|
||||||
|
|
||||||
|
GET https://anilist.co/api/v2/oauth/authorize?client_id={{ANILIST_APP_ID}}&redirect_uri=http://localhost:6734/callback&response_type=code
|
@ -0,0 +1,11 @@
|
|||||||
|
# @name Load AniList Oauth Token
|
||||||
|
|
||||||
|
POST https://anilist.co/api/v2/oauth/token
|
||||||
|
Content-Type: application/x-www-form-urlencoded
|
||||||
|
Accept: application/json
|
||||||
|
|
||||||
|
grant_type=authorization_code
|
||||||
|
client_id={{ANILIST_APP_ID}}
|
||||||
|
client_secret={{ANILIST_SECRET_ID}}
|
||||||
|
redirect_uri=http://localhost:6734/callback
|
||||||
|
code={{ANILIST_CODE}}
|
Loading…
x
Reference in New Issue
Block a user