29 lines
378 B
Text
29 lines
378 B
Text
meta {
|
|
name: Create Gemlog
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: http://eisenhorn:5023/gemlog/
|
|
body: json
|
|
auth: basic
|
|
}
|
|
|
|
auth:basic {
|
|
username: gemlog-cli
|
|
password: {{pw}}
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"title": "Bruno Test",
|
|
"slug": "bruno-test",
|
|
"date": "2025-09-30T21:04:45.092Z",
|
|
"gemtxt": "this is a test\n\nfrom bruno"
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
}
|