mvrilo / go-redoc

go-redoc is an embedded OpenAPI/Swagger documentation ui for Go using ReDoc
MIT License
69 stars 28 forks source link

Question: Is there any way to auto generate this openapi.json file using go-redoc or something like that in the near future as a new feature? #2

Closed Rezwanul-Haque closed 2 years ago

mvrilo commented 2 years ago

Currently it's not possible, you would still need to use another tool for generating the spec. I was not planning in adding such a feature but I'm open to PRs if you or anyone else is willing to work on this.