20 lines
252 B
Text
20 lines
252 B
Text
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
|
|
}
|