examples/archived/curl_template/request.air

8 lines
249 B
Plaintext
Raw Normal View History

2021-02-25 21:18:07 +00: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%])
)