sudorandom / protoc-gen-connect-openapi

Plugin for generating OpenAPIv3 from protobufs matching the Connect RPC interface
MIT License
94 stars 7 forks source link

Support for google.api.http #6

Closed sudorandom closed 7 months ago

sudorandom commented 8 months ago

It should be possible to also support google.api.http within this tool. The biggest question for me is if an endpoint is annotated should it still generate the normal Connect RPC path? Should there be an option to turn off connectrpc paths altogether?

sudorandom commented 7 months ago

This is... done. Wow.