support for FE

This commit is contained in:
Sotirios Pupakis
2025-09-25 00:33:27 +02:00
parent ca169f5e7e
commit 93965d501a
12 changed files with 334 additions and 6 deletions

View File

@@ -0,0 +1,19 @@
meta {
name: GetPoosibleAddons
type: http
seq: 2
}
get {
url: {{host}}/v1/getPossible?q=RHS
body: none
auth: inherit
}
params:query {
q: RHS
}
settings {
encodeUrl: true
}