Merge branch 'main' of github.com:shadoll/scatcher

This commit is contained in:
sHa
2024-09-30 18:02:23 +00:00
3 changed files with 23 additions and 0 deletions

9
tests_http/bruno.json Normal file
View File

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

View File

@@ -0,0 +1,3 @@
vars {
host: https://catcher.rs.shadoll.dev
}

11
tests_http/tags.bru Normal file
View File

@@ -0,0 +1,11 @@
meta {
name: tags
type: http
seq: 2
}
get {
url: {{host}}/api/__history/tags
body: none
auth: none
}