We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have 10+ microservices and when one of them is unavailable Swagger combined just doesn't show any data :(
Everything is ok when all of them are up and running.
Is there a way we can get around that?
The text was updated successfully, but these errors were encountered:
Currently, Swagger-Combined does not verify the documents before combining them. I will improve when i have time, or you can do it and pull a request.
Sorry, something went wrong.
I have fixed this issue. Do let me know if i can give pull request so you can merge into master
@sandywaves07 Please create a PR - I guess a merge decision will be made based on how it is implemented.
It should be fixed in current version by added throw exceptioin
throw exceptioin
p.web(req, res, { target: baseUrl, agent : http.globalAgent , headers: { host: url.parse(baseUrl).hostname } }, function(e) { console.log(e); res.status(500).json({}); });
No branches or pull requests
We have 10+ microservices and when one of them is unavailable Swagger combined just doesn't show any data :(
Everything is ok when all of them are up and running.
Is there a way we can get around that?
The text was updated successfully, but these errors were encountered: