1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-04-28 20:46:05 +02:00
Files
OpenIntegrations/docs/en/examples/HTTPClient/Initialize.txt
T
Vitaly the Alpaca (bot) d169684c3c Main build (Jenkins)
2025-10-05 19:19:32 +03:00

9 lines
229 B
Plaintext
Vendored

URL = "https://bin.openintegrations.dev";
URL = URL + "/get";
Result = OPI_HTTPRequests
.NewRequest()
.Initialize(URL) // <---
.ProcessRequest("GET")
.ReturnResponseAsJSONObject();