created query to get user watchlist from simkl
This commit is contained in:
parent
7044dc1d90
commit
8c61c5e96b
17
bruno/AniTrack/Simkl/Get Items/GetUser WatchList.bru
Normal file
17
bruno/AniTrack/Simkl/Get Items/GetUser WatchList.bru
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
meta {
|
||||||
|
name: GetUser WatchList
|
||||||
|
type: http
|
||||||
|
seq: 2
|
||||||
|
}
|
||||||
|
|
||||||
|
get {
|
||||||
|
url: https://api.simkl.com/sync/all-items/anime/watching
|
||||||
|
body: none
|
||||||
|
auth: none
|
||||||
|
}
|
||||||
|
|
||||||
|
headers {
|
||||||
|
Authorization: Bearer {{SIMKL_AUTH_TOKEN}}
|
||||||
|
Content-Type: application/json
|
||||||
|
simkl-api-key: {{SIMKL_CLIENT_ID}}
|
||||||
|
}
|
@ -5,5 +5,6 @@ vars {
|
|||||||
SIMKL_CLIENT_SECRET: {{process.env.SIMKL_CLIENT_SECRET}}
|
SIMKL_CLIENT_SECRET: {{process.env.SIMKL_CLIENT_SECRET}}
|
||||||
}
|
}
|
||||||
vars:secret [
|
vars:secret [
|
||||||
code
|
code,
|
||||||
|
SIMKL_AUTH_TOKEN
|
||||||
]
|
]
|
||||||
|
0
frontend/src/simkl/types/simklTypes.ts
Normal file
0
frontend/src/simkl/types/simklTypes.ts
Normal file
Loading…
Reference in New Issue
Block a user