-
Notifications
You must be signed in to change notification settings - Fork 37
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
Simple API specs make swagger2markup crash #17
Comments
I also have this issue! It seems that swagger2markup doesn't correctly handle the case where the Oauth2 scopes object is empty. (This was also discussed on another swagger project in swagger-api/swagger-ui#2150) |
Hi, sry for the late reply. I'm quite busy atm. |
Hey I created a pull request for this. Any chance to get a new release including the fix? |
Thx. I have a look at it in Monday. |
I'm starting with a very simple API to build up my microservice toolchain.
One step of that toolchain is generation of markdown from the swagger spec for my API.
Swagger2Markup seems to be the best option to realize such a step.
Unfortunately Swagger2Markup crashes on my API:
When I omit the SecurityDefinition the generation that crash doesn't happen and an output file is created.
I attached the API spec used to generate the above crash, so it is possible to reproduce the error.
api.zip
The text was updated successfully, but these errors were encountered: