Update test REST
This commit is contained in:
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
meta {
|
||||
name: FCMSender
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"version": "1",
|
||||
"name": "EQN",
|
||||
"type": "collection",
|
||||
"ignore": [
|
||||
"node_modules",
|
||||
".git"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
vars {
|
||||
BASE_URL: http://localhost:7033
|
||||
CACHE_URL: cache.earthquakenetwork.it
|
||||
EQN_URL: srv.earthquakenetwork.it
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
vars {
|
||||
BASE_URL: https://172.16.1.151:5007
|
||||
CACHE_URL: cache.earthquakenetwork.it
|
||||
EQN_URL: srv.earthquakenetwork.it
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
vars {
|
||||
BASE_URL: http://eqnsend.ovh
|
||||
CACHE_URL: cache.earthquakenetwork.it
|
||||
EQN_URL: srv.earthquakenetwork.it
|
||||
}
|
||||
Reference in New Issue
Block a user