You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-06 21:04:14 +02:00
10 lines
417 B
Plaintext
Vendored
10 lines
417 B
Plaintext
Vendored
Address = "https://grpcb.in:9001";
|
|
Scheme = "https://hut.openintegrations.dev/test_data/grpcbin.proto"; // String, path to file or URL
|
|
|
|
Parameters = OPI_GRPC.GetConnectionParameters(Address, Scheme);
|
|
Tls = OPI_GRPC.GetTlsSettings(True);
|
|
|
|
Connection = OPI_GRPC.CreateConnection(Parameters, Tls);
|
|
Service = "grpcbin.GRPCBin";
|
|
|
|
Result = OPI_GRPC.GetMethodList(Connection, Service); |