From 79e3bf726b7166c5ec641ea02b75f82a74f31698 Mon Sep 17 00:00:00 2001 From: pdp8 Date: Sun, 23 Apr 2023 19:26:00 +0200 Subject: inbox/outbox GET --- outbox/230401T23:00:01.json | 4 ++++ outbox/230402T23:00:01.json | 10 ++++++++++ 2 files changed, 14 insertions(+) create mode 100644 outbox/230401T23:00:01.json create mode 100644 outbox/230402T23:00:01.json (limited to 'outbox') diff --git a/outbox/230401T23:00:01.json b/outbox/230401T23:00:01.json new file mode 100644 index 0000000..baeb7f8 --- /dev/null +++ b/outbox/230401T23:00:01.json @@ -0,0 +1,4 @@ +{ + "type": "Note", + "name": "A Simple Note" +} diff --git a/outbox/230402T23:00:01.json b/outbox/230402T23:00:01.json new file mode 100644 index 0000000..bd50adb --- /dev/null +++ b/outbox/230402T23:00:01.json @@ -0,0 +1,10 @@ +{ + "type": "Note", + "name": "Another Simple Note", + "tag": [ + { + "type": "Hashtag", + "name": "#test" + } + ] +} -- cgit v1.2.3