swagger-merger icon indicating copy to clipboard operation
swagger-merger copied to clipboard

:link: Merge multiple swagger files into a swagger file, support JSON/YAML.

Results 9 swagger-merger issues
Sort by recently updated
recently updated
newest added

Right now, it appears that the merger function returns some sort of promise instead of the dump from the resulting merge. It would be nice if I where able to...

I get `error: Maximum call stack size exceeded` when using v1.5.1+, but it's ok with v1.4.3 and v1.5.0.

Usecase: Where I have a legacy `swagger.json`. And now I just want to add new paths/def using `swagger-merger` instead of editing old file. Example: ```json // apis.swagger.json { "swagger": "2.0",...

enhancement

Does this module support typescript? Importing show warning on my codebase because ``` Could not find a declaration file for module 'swagger-merger'. '/Users/song/Xendit/nex-api/node_modules/swagger-merger/index.js' implicitly has an 'any' type. Try `npm...

There is a minor issue with the documentation and the usage string: The commander module uses -V as a program option instead of a -v to print out the version...

Firstly, Thanks for maintain this great library. I noticed that if file is not accesible by non exists, or missing permission, but swagger-merger supress error and doesn't anything, so I...

Dockerfile which was added in #69 and #70 installs `swagger-merger` NPM package: https://github.com/WindomZ/swagger-merger/blob/860e4ea58b490444c15a2888e1c5fa9ef32f132c/Dockerfile#L3 It is probably the most efficient way to build a Docker image around `swagger-merger`, but it leaves...

Switched to this package from `openapi-merger` in hope for better, more predictable support of references. Let's say, you want to have a file per path, like this: ``` paths: /users/{id}/profile:...

# What Added in option to pass auth token # Why Due to using a private bitbucket repo when trying to download from my swagger file the instance would fail...