-
Notifications
You must be signed in to change notification settings - Fork 38
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
Support for swagger spec #1
Comments
@gosuri thanks for open this issue, you did read my mind ;) Hi @adams-sarah thanks so much for this repo, I really like it !! I'w like add swagger support to this tool, would you accept a possible PR with swagger support ? |
Sure! That would be amazing! Thanks! |
@yanpozka Thanks for volunteering. Swagger support would be awesome! |
@shauvik Yes swagger support will be great, sadly I've been busy in my work and I ended using this one: http://goswagger.io which I don't recommend it forces you to have structs for request and it's impossible use composition or golang inheritance |
Awesome Library. The part I really like is ability to choose the APIs to document (other similar ones don't really provide that flexibility)
Will be even more awesome if you could tap into the swagger eco-system (auto client generators, api explorer UIs etc).
Reference Spec - https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md
The text was updated successfully, but these errors were encountered: