-
Notifications
You must be signed in to change notification settings - Fork 285
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
Swagger support #43
Comments
Generation part can be integration into #40. |
+1 |
Any news on this? |
+1 |
@unknwon Would you consider this feature to live inside macaron itself or prefer an external library? Just had a brief look into the router: Is it true that there's currently no way for non-package code to walk the route-tree? |
I would prefer an external library whenever possible.
I believe you're correct, it seems there is no method for walking route-tree internally also. We could add such method. |
Like go-restful built-in Swagger integration. Auto-generated documentation with Swagger is pretty awesome. And you can auto-generate API clients for lots of different languages.
Further on, it is possible to generate code with Swagger json defines.
The text was updated successfully, but these errors were encountered: