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

Swagger support #43

Open
ipfans opened this issue Mar 31, 2015 · 6 comments
Open

Swagger support #43

ipfans opened this issue Mar 31, 2015 · 6 comments

Comments

@ipfans
Copy link

ipfans commented Mar 31, 2015

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.

@ipfans
Copy link
Author

ipfans commented Mar 31, 2015

Generation part can be integration into #40.

@djcas9
Copy link

djcas9 commented Nov 25, 2015

+1

@mandrean
Copy link

Any news on this?

@fedir
Copy link

fedir commented Jan 6, 2020

+1

@FPurchess
Copy link

@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?

@unknwon unknwon changed the title Hope for Swagger support Swagger support Oct 2, 2020
@unknwon
Copy link
Contributor

unknwon commented Oct 2, 2020

@FPurchess:

@unknwon Would you consider this feature to live inside macaron itself or prefer an external library?

I would prefer an external library whenever possible.

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 believe you're correct, it seems there is no method for walking route-tree internally also. We could add such method.

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

No branches or pull requests

6 participants