add ReadGemlogEntryBySlug

This commit is contained in:
Travis Shears 2025-10-06 09:49:34 +02:00
parent 0048f4a7ce
commit 00226ebfdd
2 changed files with 87 additions and 0 deletions

View file

@ -0,0 +1,24 @@
meta {
name: Get Gemlog By Slug
type: http
seq: 6
}
get {
url: http://eisenhorn:5023/gemlog/_design/capsule/_view/post_by_slug?key="hello-from-gemlog-cli"
body: json
auth: basic
}
params:query {
key: "hello-from-gemlog-cli"
}
auth:basic {
username: gemlog-cli
password: {{pw}}
}
settings {
encodeUrl: true
}