added simkl search by malid to bruno files

This commit is contained in:
John O'Keefe 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
}

View File

@ -1,6 +1,7 @@
vars { vars {
ANILIST_APP_ID: {{process.env.ANILIST_APP_ID}} ANILIST_APP_ID: {{process.env.ANILIST_APP_ID}}
ANILIST_SECRET_TOKEN: {{process.env.ANILIST_SECRET_TOKEN}} ANILIST_SECRET_TOKEN: {{process.env.ANILIST_SECRET_TOKEN}}
SIMKL_CLIENT_ID: {{process.env.SIMKL_CLIENT_ID}}
} }
vars:secret [ vars:secret [
code code