swagger-combined
swagger-combined copied to clipboard
Combines all swagger documents in microservices
I am trying to use swagger-combined but doesn't work the configuration of config/default.json. Some help?
Is swagger-combined going to support YAML files as `docs` in configuration?
For example, the URL for an operation in one of the microservices is http://localhost:7000/api/foo In the combined swagger the Request URL & curl command will display the combined URL, e.g....
"info": { "title": "Client Gateway Documentationz", "version": "1.0", "description": "HelloWorld " }, } Expected to write hello and World on separate lines but they end up on the same.
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....
I have 11 microservices in my project for the most part your application is working fine. But one of those microservies is a facade for one of of those other...
Installing the module in a fresh Sails.js project and getting the following error: ``` npm WARN deprecated [email protected]: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130 npm WARN skippingAction Module is inside a...
Hello, I've built the microservices using service fabric and they are currently deployed on my local cluster. I wanted to aggregrate the documentation and see the result. I installed swagger...