1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-25 22:12:29 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-04-20 22:31:56 +03:00
parent 636cb34df1
commit a363d0b158
13 changed files with 7664 additions and 7528 deletions

View File

@@ -0,0 +1,8 @@
 URL = "https://httpbin.org";
URL = URL + "/get";
Result = OPI_HTTPRequests.NewRequest()
.Initialize()
.SetURL(URL) // <---
.ProcessRequest("GET")
.ReturnResponseAsJSONObject();