grpc-curl icon indicating copy to clipboard operation
grpc-curl copied to clipboard

I have a similar idea about gRPC debuging and documents.

Open qinyuanpei opened this issue 2 years ago • 0 comments

As you see, I have a similar idea to improve debuging and documents of gRPC. What I have done is to generate many dynamic routes so that I can call a gRPC API like a JSON API. I also extend SwaggerGen to make sure that every interface can be shown in SwaggerUI. Here are the link of my project:

https://github.com/qinyuanpei/FluentGrpc.Gateway

At the beginning,I generate description information for all interfaces based on assembly and reflection. Now I have a target to generate these information by gRPC ServerReflection. So I am very interested in your project. Thank you!

qinyuanpei avatar Jan 26 '22 10:01 qinyuanpei