Update test REST

This commit is contained in:
Samuele Locatelli
2025-05-08 17:27:19 +02:00
parent ba39ec4ea0
commit 50b107e963
7 changed files with 52 additions and 0 deletions
@@ -0,0 +1,16 @@
meta {
name: Cache.QuakesALLAuto
type: http
seq: 1
}
get {
url: https://{{CACHE_URL}}/distquake_download_automatic21.php?mag=0.0&pro=all
body: none
auth: inherit
}
params:query {
mag: 0.0
pro: all
}
+9
View File
@@ -0,0 +1,9 @@
meta {
name: EQN Test
}
vars:pre-request {
CACHE_URL: cache.earthquakenetwork.it
EQN_URL: srv.earthquakenetwork.it
BASE_URL: https://localhost:7033
}
+3
View File
@@ -0,0 +1,3 @@
meta {
name: FCMSender
}
+9
View File
@@ -0,0 +1,9 @@
{
"version": "1",
"name": "EQN",
"type": "collection",
"ignore": [
"node_modules",
".git"
]
}
+5
View File
@@ -0,0 +1,5 @@
vars {
BASE_URL: http://localhost:7033
CACHE_URL: cache.earthquakenetwork.it
EQN_URL: srv.earthquakenetwork.it
}
+5
View File
@@ -0,0 +1,5 @@
vars {
BASE_URL: https://172.16.1.151:5007
CACHE_URL: cache.earthquakenetwork.it
EQN_URL: srv.earthquakenetwork.it
}
+5
View File
@@ -0,0 +1,5 @@
vars {
BASE_URL: http://eqnsend.ovh
CACHE_URL: cache.earthquakenetwork.it
EQN_URL: srv.earthquakenetwork.it
}