mirror of
https://github.com/urbit/shrub.git
synced 2024-12-14 20:02:51 +03:00
e7812c372a
These now live in zuse, rpc:jstd.
36 lines
904 B
Plaintext
36 lines
904 B
Plaintext
::
|
|
=, rpc:jstd
|
|
::
|
|
|_ res=response
|
|
::
|
|
++ grab :: convert from
|
|
|%
|
|
++ noun response :: from noun
|
|
++ httr :: from httr
|
|
|= hit/httr:eyre
|
|
^- response
|
|
~| hit
|
|
?: ?=($2 (div p.hit 100))
|
|
=, html
|
|
(json (need (de-json q:(need r.hit))))
|
|
fail+hit
|
|
++ json :: from json
|
|
=, dejs-soft:format
|
|
|= a=json
|
|
^- response
|
|
=; dere
|
|
=+ res=((ar dere) a)
|
|
?~ res (need (dere a))
|
|
[%batch u.res]
|
|
|= a=json
|
|
^- (unit response)
|
|
=/ res=(unit [@t json])
|
|
::TODO breaks when no id present
|
|
((ot id+so result+some ~) a)
|
|
?^ res `[%result u.res]
|
|
~| a
|
|
:+ ~ %error %- need
|
|
((ot id+so error+(ot code+no message+so ~) ~) a)
|
|
--
|
|
--
|