added simkl queries to Bruno to help

This commit is contained in:
John O'Keefe 2024-08-19 08:13:35 -04:00
parent e3ed5bb2b9
commit 8ae3b8dd22
2 changed files with 38 additions and 0 deletions

View 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}}
}

View File

@ -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}}
}