sudorandom / fauxrpc

Easily start a fake gRPC/gRPC-Web/Connect/REST server from protobufs
https://fauxrpc.com
MIT License
75 stars 0 forks source link

Documentation page #6

Closed sudorandom closed 2 months ago

sudorandom commented 2 months ago

It would be nice if the server had a page you can open that listed the supported services/methods and also lists the google.api.http HTTP paths. I'm almost tempted to loop in protoc-gen-connect-openapi so I can render a page using the OpenAPI spec. This would give me pretty much all of this.

sudorandom commented 2 months ago

I've got a prototype of this locally. Still needs some polish but I've figured out how to essentially run the plugin from within the process to generate the OpenAPI docs.

sudorandom commented 2 months ago

This has been completed!