add config and bruno
This commit is contained in:
parent
8ceb698f03
commit
472c1b36a7
9 changed files with 708 additions and 7 deletions
29
bruno/Gemlog/Create Gemlog.bru
Normal file
29
bruno/Gemlog/Create Gemlog.bru
Normal 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
9
bruno/Gemlog/bruno.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"version": "1",
|
||||
"name": "Gemlog",
|
||||
"type": "collection",
|
||||
"ignore": [
|
||||
"node_modules",
|
||||
".git"
|
||||
]
|
||||
}
|
||||
4
bruno/Gemlog/environments/local.bru
Normal file
4
bruno/Gemlog/environments/local.bru
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
vars:secret [
|
||||
pw,
|
||||
adminPW
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue