-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Is there a SwaggerUI alternative for gRPC? #11755
JohnLKramer
started this conversation in
General
-
I knew that there are a lot of client tools that I could use but I'd like to just be able to add a dependency and some configurations and have a web page exposed for gRPC services. Does anything like that exist?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
Googles gnostic offers alternative with the Open API app / plugin:
- https://github.com/google/gnostic/tree/main/cmd/protoc-gen-openapi (not sure if still supported though)
Note: As an aside, Open API can be used in conjunction with Swagger in Spring Boot Applications with exposed web page.
REST Example:
- https://www.ironoc.net/swagger-ui/index.html
- https://github.com/conorheffron/ironoc/pull/69/files (setup config / dependencies)
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment