summaryrefslogtreecommitdiff
path: root/desk/sur/nostrill
diff options
context:
space:
mode:
Diffstat (limited to 'desk/sur/nostrill')
-rw-r--r--desk/sur/nostrill/comms.hoon22
1 files changed, 22 insertions, 0 deletions
diff --git a/desk/sur/nostrill/comms.hoon b/desk/sur/nostrill/comms.hoon
new file mode 100644
index 0000000..d3dc8e1
--- /dev/null
+++ b/desk/sur/nostrill/comms.hoon
@@ -0,0 +1,22 @@
+/- sur=nostrill, nsur=nostr, feed=trill-feed, post=trill-post
+|%
++$ poke
+ $% [%req req]
+ [%res res]
+ [%dbug *]
+ ==
++$ req
+ $% [%feed ~]
+ [%thread id=@da]
+ [%prof ~]
+ ==
++$ res
+ $% [%ok p=res-data]
+ [%ng msg=@t]
+ ==
++$ res-data
+ $% [%feed =fc:feed]
+ [%thread p=full-node:post]
+ [%prof p=user-meta:nsur]
+ ==
+--