From 9101f32f7d258984fb8f8247de8bc661acd69d47 Mon Sep 17 00:00:00 2001 From: Guillaume Pasquet Date: Thu, 10 Feb 2022 23:49:58 +0000 Subject: Working requests --- test-post.barb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test-post.barb (limited to 'test-post.barb') 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 -- cgit v1.2.3