shrub/sur/json/rpc.hoon
2018-10-30 11:41:54 -07:00

9 lines
204 B
Plaintext

|%
++ response ::TODO id should be optional
$% [%result id=@t res=json]
[%error id=@t code=@t message=@t] ::TODO data?
[%fail hit=httr:eyre]
[%batch bas=(list response)]
==
--