-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emit API definition in Swagger schema format #9
Comments
I'm currently working on it, and do you have any idea about api reponse status code? How about defining all? |
+ Some protobuf file to declare swagger fields are required. |
One additional note. |
@ceram1 Can you post your current WIP branch somewhere? |
@philips Sorry for delay. I uploaded on ceram1/grpc-gateway@3fcd9e2 It's just a backup commit, as I could not finish swagger support. I used this command to test this, from
|
hey @ceram1, great job on swagger spec! How's it coming along? |
@gosuri I can't do it more, but it will not be hard to build a google discovery document generator. |
Gotcha! No worries :) |
I think this can now be closed |
HTTP 204 No Content: The server successfully processed the request, but is not returning any content
Swagger provides a good way to generate API references and client libraries of the REST API.
So we should have a way to generate swagger schema from .proto file to leverage with Swagger.
The text was updated successfully, but these errors were encountered: