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,20 @@
meta {
name: GetDuplicates
type: http
seq: 1
}
get {
url: {{host}}/v1/addon/{{ACE}}
body: none
auth: inherit
}
vars:pre-request {
RHS: 1337C0DE5DABBEEF
ACE: 60C4E0B49618CC62
}
settings {
encodeUrl: true
}

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
}

View File

@@ -0,0 +1,9 @@
{
"version": "1",
"name": "reforger_crawler",
"type": "collection",
"ignore": [
"node_modules",
".git"
]
}

View File

@@ -0,0 +1,3 @@
vars:pre-request {
host: http://localhost:8083
}