urbit/mar/hall/telegrams.hoon

42 lines
1.1 KiB
Plaintext
Raw Normal View History

2015-09-03 00:53:11 +03:00
::
:::: /mar/hall/telegrams/hoon
2015-09-03 00:53:11 +03:00
::
/- hall
/+ hall-json
2016-11-17 04:42:58 +03:00
::
|_ gaz/(list telegram:hall)
2015-09-03 00:53:11 +03:00
::
2017-10-24 18:59:27 +03:00
++ grab ::> convert from
|%
++ noun (list telegram:hall) ::< from %noun
2017-10-24 18:59:27 +03:00
::
++ mime ::> from %mime
|= ^mime
(json (rash q.q apex:de-json:html))
::
++ json ::> from %json
=, dejs-soft:format
|= a/json
^- (list telegram:hall)
(need ((ar gram:dejs:hall-json) a))
2015-09-03 00:53:11 +03:00
--
::
2017-10-24 18:59:27 +03:00
++ grow ::> convert to
2015-09-03 02:20:11 +03:00
|%
2017-10-24 18:59:27 +03:00
++ mime ::> to %mime
:- /text/json
(as-octs:mimes:html (crip (en-json:html json)))
::
++ json a+(turn gaz gram:enjs:hall-json) ::< to %json
2015-09-03 02:20:11 +03:00
--
::
++ grad
|%
++ form %hall-telegrams
++ diff |=((list telegram:hall) +<)
++ pact |=((list telegram:hall) +<)
++ join |= {(list telegram:hall) (list telegram:hall)}
`(unit mime)`~
--
2015-09-03 00:53:11 +03:00
--