Update: Simple tm-http-request POST (#8580)

This commit is contained in:
Mario Pietsch
2024-09-01 17:18:42 +01:00
committed by GitHub
parent 220156edee
commit 6b4f0bea98
@@ -1,5 +1,5 @@
created: 20240609152203076
modified: 20240614210714914
modified: 20240901142049810
tags:
title: WidgetMessage: tm-http-request Examples
type: text/vnd.tiddlywiki
@@ -32,6 +32,7 @@ type: text/vnd.tiddlywiki
<$action-sendmessage
$message="tm-http-request"
url="https://httpbin.org/post"
header-content-type="application/json"
method="POST"
body='{"foo": "bar"}'
oncompletion=<<store-fetched-output>>