stackb / rules_proto

Bazel build rules for protobuf / gRPC (now with gazelle)
Apache License 2.0
271 stars 147 forks source link

Feature Request: Add support for protoc-gen-openapiv2 #262

Open jgiles opened 2 years ago

jgiles commented 2 years ago

Opening a feature request to add a plugin grpc-ecosystem:grpc-gateway:protoc-gen-openapiv2 which would run protoc-gen-openapiv2 to generate %.swagger.json from %.proto files.

pcj commented 7 months ago

Thanks, this should not be too difficult to implement.