added simkl rest files
This commit is contained in:
5
rest/Simkl/Get Items/Get Anime Full Info.http
Normal file
5
rest/Simkl/Get Items/Get Anime Full Info.http
Normal file
@ -0,0 +1,5 @@
|
||||
# @name Get Anime Full Info
|
||||
|
||||
GET https://api.simkl.com/anime/40084?extended=full
|
||||
Accept application/json
|
||||
simkl-api-key {{SIMKL_CLIENT_ID}}
|
7
rest/Simkl/Get Items/GetUser WatchList.http
Normal file
7
rest/Simkl/Get Items/GetUser WatchList.http
Normal file
@ -0,0 +1,7 @@
|
||||
# @name GetUser WatchList
|
||||
|
||||
GET https://api.simkl.com/anime/40084?extended=full
|
||||
Content-Type application/json
|
||||
Accept application/json
|
||||
simkl-api-key {{SIMKL_CLIENT_ID}}
|
||||
Authorization Bearer {{SIMKL_AUTH_TOKEN}}
|
@ -0,0 +1,5 @@
|
||||
# @name Search By MALID to Get Simkl ID
|
||||
|
||||
GET https://api.simkl.com/search/id?anilist=174576
|
||||
Accept application/json
|
||||
simkl-api-key {{SIMKL_CLIENT_ID}}
|
Reference in New Issue
Block a user