├── .gitignore ├── LICENSE ├── README.md ├── index.js ├── package.json └── samples ├── Empty collection.postman_collection.json └── Postman Echo.postman_collection.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ne4istb/postman-combine-collections/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ne4istb/postman-combine-collections/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ne4istb/postman-combine-collections/HEAD/README.md -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ne4istb/postman-combine-collections/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ne4istb/postman-combine-collections/HEAD/package.json -------------------------------------------------------------------------------- /samples/Empty collection.postman_collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ne4istb/postman-combine-collections/HEAD/samples/Empty collection.postman_collection.json -------------------------------------------------------------------------------- /samples/Postman Echo.postman_collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ne4istb/postman-combine-collections/HEAD/samples/Postman Echo.postman_collection.json --------------------------------------------------------------------------------