aboutsummaryrefslogtreecommitdiff
path: root/test-post.barb
diff options
context:
space:
mode:
authorGuillaume Pasquet <dev@etenil.net>2022-02-10 23:49:58 +0000
committerGuillaume Pasquet <dev@etenil.net>2022-02-10 23:49:58 +0000
commit9101f32f7d258984fb8f8247de8bc661acd69d47 (patch)
tree4a8b755c1ae4f96f14f5f5f8f2cd5e23b65c2c58 /test-post.barb
parent9f4fec0dce1e931356c567fa11d9435f44fbbf50 (diff)
Working requests
Diffstat (limited to 'test-post.barb')
-rw-r--r--test-post.barb6
1 files changed, 6 insertions, 0 deletions
diff --git a/test-post.barb b/test-post.barb
new file mode 100644
index 0000000..5bbc7df
--- /dev/null
+++ b/test-post.barb
@@ -0,0 +1,6 @@
+#POST^https://jsonplaceholder.typicode.com/posts
+
+{
+ "title": "bar",
+ "body": "This is the bar that goes together with foo."
+} \ No newline at end of file