1
1
mirror of https://github.com/urbit/shrub.git synced 2025-01-05 19:46:50 +03:00
shrub/pkg/arvo/lib/graph-view.hoon
2020-06-23 14:01:04 -04:00

33 lines
404 B
Plaintext

/- sur=graph-view
^?
=< [sur .]
=, sur
|%
++ dejs
=, dejs:format
|%
++ action
|= jon=json
^- ^action
=< (parse-json jon)
|%
++ parse-json
%- of
:~ [%fetch fetch]
==
::
++ fetch
%- ot
:~ [%connection ni]
[%type fetch-type]
==
::
++ fetch-type
%- of
:~ [%all ul]
==
--
--
--