mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 10:05:09 +03:00
43 lines
669 B
Plaintext
43 lines
669 B
Plaintext
/- *link-view
|
|
=, dejs:format
|
|
|_ act=action
|
|
++ grad %noun
|
|
++ grow
|
|
|%
|
|
++ noun act
|
|
--
|
|
++ grab
|
|
|%
|
|
++ noun action
|
|
++ json
|
|
|^ %- of
|
|
:~ %create^create
|
|
%delete^delete
|
|
%invite^invite
|
|
==
|
|
::
|
|
++ create
|
|
%- ot
|
|
:~ 'path'^pa
|
|
'title'^so
|
|
'description'^so
|
|
'members'^mems
|
|
'realGroup'^bo
|
|
==
|
|
::
|
|
++ mems
|
|
(of %group^pa %ships^ships ~)
|
|
::
|
|
++ delete
|
|
(ot 'path'^pa ~)
|
|
::
|
|
++ invite
|
|
(ot 'path'^pa 'ships'^ships ~)
|
|
::
|
|
::TODO stdlib
|
|
++ ships
|
|
(cu sy (ar (su ;~(pfix sig fed:ag))))
|
|
--
|
|
--
|
|
--
|