18 lines
279 B
Plaintext
18 lines
279 B
Plaintext
|
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}}
|
||
|
}
|