1
0
mirror of https://github.com/fluencelabs/examples synced 2025-05-04 07:02:15 +00:00
examples/archived/curl_template/request.air

8 lines
249 B
Plaintext
Raw Permalink 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%])
)