Open Issues Need Help
View All on GitHubgRPC to JSON proxy generator following the gRPC HTTP spec
gRPC to JSON proxy generator following the gRPC HTTP spec
gRPC to JSON proxy generator following the gRPC HTTP spec
AI Summary: The task is to debug why the generated Swagger JSON for a gRPC service using grpc-gateway includes unexpected message definitions (AddRequest, AddResponse, protobufAny, rpcStatus) even though only one RPC method (Show) is exposed via HTTP annotations. The goal is to configure the `protoc-gen-openapiv2` plugin or the build process to only include the necessary message definitions for the exposed Show RPC method in the generated Swagger documentation.
gRPC to JSON proxy generator following the gRPC HTTP spec