google / gnostic

A compiler for APIs described by the OpenAPI Specification with plugins for code generation and other API support tasks.
Apache License 2.0
2.03k stars 241 forks source link

feat: option to disable adding tag with service name (#363) #430

Open peterwillis opened 4 months ago

peterwillis commented 4 months ago

This addresses issue #363 so that a tag is not added to each operation with the name of the service given the right command line option. This option is available in protoc-gen-openapiv2 and makes the transition to gnostic a little easier.