mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-10 20:09:57 +00:00
Update: Simple tm-http-request POST (#8580)
This commit is contained in:
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>>
|
||||
|
Loading…
Reference in New Issue
Block a user