gnostic
gnostic copied to clipboard
A compiler for APIs described by the OpenAPI Specification with plugins for code generation and other API support tasks.
It would be really nice to have a remote plugin uploaded to Buf's BSR for `protoc-gen-openapi`, so that we can build our OpenAPI 3 schemas from our protobuf schemas using...
fix: https://github.com/google/gnostic/issues/345
I am using [gnostic](https://github.com/google/gnostic) to output openapiv3 yaml files from protobuf. Furthermore, I am setting up a Mock server from openapiv3 using [Prism](https://meta.stoplight.io/), but I want to use the response...
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...
I am using protoc-gen-openapi to generate api docs. The project is being built using connectrpc which uses `GRPC_SERVICE_FULL_NAME/METHOD_NAME` for paths. We are currently adding this manually for each method, ie....
Hi, I have a gRPC implementation of REST services. It's divided across two proto files - one for the operations and one for the request and response messages. One of...
[ISSUES#418](https://github.com/google/gnostic/issues/418)
This picks up an `err` variable that was being passed into a walker function and then ignored.
This ensures that a check of `err` happens before a deferred `Close()`.