add config and bruno

This commit is contained in:
Travis Shears 2025-09-30 19:40:21 +02:00
parent 8ceb698f03
commit 472c1b36a7
9 changed files with 708 additions and 7 deletions

View file

@ -0,0 +1,29 @@
meta {
name: Create Gemlog
type: http
seq: 1
}
post {
url: http://eisenhorn:5023/gemlog/
body: json
auth: basic
}
auth:basic {
username: gemlog-cli
password: {{pw}}
}
body:json {
{
"title": "Bruno Test",
"slug": "bruno-test",
"date": "2025-09-30T21:04:45.092Z",
"gemtxt": "this is a test\n\nfrom bruno"
}
}
settings {
encodeUrl: true
}

9
bruno/Gemlog/bruno.json Normal file
View file

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

View file

@ -0,0 +1,4 @@
vars:secret [
pw,
adminPW
]