Skip to content
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

Any possiblity of OpenAPI / Swagger support? #22

Open
housingdreams opened this issue Aug 25, 2021 · 1 comment
Open

Any possiblity of OpenAPI / Swagger support? #22

housingdreams opened this issue Aug 25, 2021 · 1 comment

Comments

@housingdreams
Copy link

housingdreams commented Aug 25, 2021

The OpenAPI Specification, formerly known as the Swagger Specification, is a major standard for defining RESTful interfaces and allows consumers to autogenerate an SDK from our REST api in whatever language they want. https://swagger.io

Support for auto generated documentation would be a great feature of gongular given how easy it is to setup REST services and define all the type information for validation (which could be read by swagger).

The https://github.com/swaggo/swag project provides parsers for a number of libraries like gin, echo, & buffalo. Any chance support for gongular could be provided?

@mustafaakin
Copy link
Owner

It should be easy, however I currently have no bandwidth to implement this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants