urbit/sur/json/rpc.hoon

9 lines
204 B
Plaintext
Raw Normal View History

|%
2018-09-27 04:16:17 +03:00
++ response ::TODO id should be optional
$% [%result id=@t res=json]
[%error id=@t code=@t message=@t] ::TODO data?
2018-10-30 21:41:35 +03:00
[%fail hit=httr:eyre]
2018-03-15 02:58:01 +03:00
[%batch bas=(list response)]
==
--