add ReadGemlogEntryBySlug
This commit is contained in:
parent
0048f4a7ce
commit
00226ebfdd
2 changed files with 87 additions and 0 deletions
24
bruno/Gemlog/Get Gemlog By Slug.bru
Normal file
24
bruno/Gemlog/Get Gemlog By Slug.bru
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue