1
0
mirror of https://github.com/fluencelabs/examples synced 2025-04-03 16:41:06 +00:00

8 lines
249 B
Plaintext
Raw Normal View History

2021-02-26 00:18:07 +03:00
(xor
(seq
(call relay (service "request") ["https://api.duckduckgo.com/?q=homotopy&format=json"] result)
(call %init_peer_id% (returnService "run") [result])
)
(call %init_peer_id% (returnService "run") [%last_error%])
)