refine navigation and loading enteries

This commit is contained in:
Travis Shears 2025-10-02 20:09:57 +02:00
parent 99548e67b7
commit 8414414f98
10 changed files with 148 additions and 41 deletions

View file

@ -0,0 +1,20 @@
meta {
name: Get Gemlog
type: http
seq: 5
}
get {
url: http://eisenhorn:5023/gemlog/d198245cbc0d67891f3d3d6dc301c242
body: json
auth: basic
}
auth:basic {
username: gemlog-cli
password: {{pw}}
}
settings {
encodeUrl: true
}

View file

@ -0,0 +1,33 @@
meta {
name: Update Gemlog
type: http
seq: 4
}
put {
url: http://eisenhorn:5023/gemlog/d198245cbc0d67891f3d3d6dc301c242?rev=2-e997af4bb2b1b18ce224ebcb46d145dc
body: json
auth: basic
}
params:query {
rev: 2-e997af4bb2b1b18ce224ebcb46d145dc
}
auth:basic {
username: gemlog-cli
password: {{pw}}
}
body:json {
{
"title": "Bruno Test Updated",
"slug": "bruno-test",
"date": "2025-09-30T21:04:45.092Z",
"gemtxt": "this is a test\n\nfrom bruno\nwith someupdated data"
}
}
settings {
encodeUrl: true
}