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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue