You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: