You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-04 20:54:02 +02:00
16 lines
684 B
Plaintext
Vendored
16 lines
684 B
Plaintext
Vendored
ApiUrl = "https://7105.api.greenapi.com";
|
|
MediaUrl = "https://7105.media.greenapi.com";
|
|
IdInstance = "71051...";
|
|
ApiTokenInstance = "425010d90e114aa6b78f0969e...";
|
|
|
|
Options = New Structure;
|
|
Options.Insert("api" , ApiUrl);
|
|
Options.Insert("media", MediaUrl);
|
|
Options.Insert("id" , IdInstance);
|
|
Options.Insert("token", ApiTokenInstance);
|
|
|
|
AccessParameters = OPI_TestDataRetrieval.ExecuteTestCLI("greenapi", "FormAccessParameters", Options);
|
|
Options = New Structure;
|
|
Options.Insert("access", AccessParameters);
|
|
|
|
Result = OPI_TestDataRetrieval.ExecuteTestCLI("greenapi", "GetInstanceStatus", Options); |