add db query for listing gemlog enteries
This commit is contained in:
parent
09fb974bd2
commit
59b46d4902
5 changed files with 85 additions and 3 deletions
20
bruno/Gemlog/List Gemlogs for CLI.bru
Normal file
20
bruno/Gemlog/List Gemlogs for CLI.bru
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
meta {
|
||||
name: List Gemlogs for CLI
|
||||
type: http
|
||||
seq: 3
|
||||
}
|
||||
|
||||
get {
|
||||
url: http://eisenhorn:5023/gemlog/_design/gemlog-cli/_view/list
|
||||
body: json
|
||||
auth: basic
|
||||
}
|
||||
|
||||
auth:basic {
|
||||
username: gemlog-cli
|
||||
password: {{pw}}
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue