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.
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.
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.