spacetime icon indicating copy to clipboard operation
spacetime copied to clipboard

Support for gRPC

Open codymullins opened this issue 3 years ago • 2 comments

codymullins avatar Apr 12 '22 21:04 codymullins

Basic support for this has been added, though it is very elementary and relies on executing the command line grpcurl + using server reflection.

This additionally assumes grpcurl has been installed on the local machine. This isn't a big deal for desktop, but is likely incompatible with mobile devices.

codymullins avatar Apr 30 '22 03:04 codymullins

Started to integrate using DynamicGRPC.

https://github.com/xoofx/grpc-curl/tree/main/src/DynamicGrpc

codymullins avatar May 04 '22 23:05 codymullins