Skip to content

Power Shell

user000422 edited this page Aug 31, 2023 · 1 revision

API

■Invoke-RestMethod
HTTPまたはHTTPSで要求する。

rem URLを指定
Invoke-RestMethod "https://yesno.wtf/api"
Clone this wiki locally