added simkl queries to Bruno to help
This commit is contained in:
parent
e3ed5bb2b9
commit
8ae3b8dd22
19
bruno/AniTrack/Simkl/Get Items/Get Anime Full Info.bru
Normal file
19
bruno/AniTrack/Simkl/Get Items/Get Anime Full Info.bru
Normal file
@ -0,0 +1,19 @@
|
||||
meta {
|
||||
name: Get Anime Full Info
|
||||
type: http
|
||||
seq: 3
|
||||
}
|
||||
|
||||
get {
|
||||
url: https://api.simkl.com/anime/40398?extended=full
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
|
||||
params:query {
|
||||
extended: full
|
||||
}
|
||||
|
||||
headers {
|
||||
simkl-api-key: {{SIMKL_CLIENT_ID}}
|
||||
}
|
@ -0,0 +1,19 @@
|
||||
meta {
|
||||
name: Search By MalID to Get Simkl ID
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
get {
|
||||
url: https://api.simkl.com/search/id?anilist=174576
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
|
||||
params:query {
|
||||
anilist: 174576
|
||||
}
|
||||
|
||||
headers {
|
||||
simkl-api-key: {{SIMKL_CLIENT_ID}}
|
||||
}
|
Loading…
Reference in New Issue
Block a user