added simkl search by malid to bruno files

This commit is contained in:
2024-07-29 16:53:29 -04:00
parent fdd1994f13
commit aac66ec4e8
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,16 @@
meta {
name: Search By MalID
type: http
seq: 1
}
get {
url: https://api.simkl.com/search/id?client_id={{SIMKL_CLIENT_ID}}&mal=52991
body: none
auth: none
}
params:query {
client_id: {{SIMKL_CLIENT_ID}}
mal: 52991
}