add more AIR scripts

This commit is contained in:
boneyard93501
2021-03-04 01:57:19 -06:00
parent e2b1d73c94
commit 9c948c79e6
6 changed files with 129 additions and 0 deletions

View File

@ -0,0 +1,18 @@
(xor
(seq
(seq
(call relay ("op" "identity") [])
(call node_1 (service "curl_request") ["https://api.duckduckgo.com/?q=homotopy&format=json"] result)
)
(seq
(call relay ("op" "identity") [])
(call %init_peer_id% (returnService "run") [result])
)
)
(seq
(call relay ("op" "identity") [])
(call %init_peer_id% (returnService "run") [%last_error%])
)
)