【Apple Script】curl を使ってAPIの返り値を取得する 2020年3月9日 dev Apple Script, Shell HFTPon documentText(args) set {url_:aUrl} to args & {url_:""} set val to do shell script "echo $(curl -Ss " & aUrl & ")" return val end documentText ↑↑↑ Page Top へ ↑↑↑HFTP