diff options
author | pdp8 <pdp8@pdp8.info> | 2023-04-23 19:26:00 +0200 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2023-04-23 19:26:00 +0200 |
commit | 79e3bf726b7166c5ec641ea02b75f82a74f31698 (patch) | |
tree | 2e68564452dc206e5845758bc8e352d7a1e31f3c /outbox | |
parent | b2b88253f5cc4221b01ed860b02ae156941e03ce (diff) |
inbox/outbox GET
Diffstat (limited to 'outbox')
-rw-r--r-- | outbox/230401T23:00:01.json | 4 | ||||
-rw-r--r-- | outbox/230402T23:00:01.json | 10 |
2 files changed, 14 insertions, 0 deletions
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" + } + ] +} |