postman-collection-gen icon indicating copy to clipboard operation
postman-collection-gen copied to clipboard

Generate code snippets from Postman Collections

Results 10 postman-collection-gen issues
Sort by recently updated
recently updated
newest added

Bumps [shelljs](https://github.com/shelljs/shelljs) to 0.8.5 and updates ancestor dependency [postman-code-generators](https://github.com/postmanlabs/code-generators). These dependencies need to be updated together. Updates `shelljs` from 0.7.8 to 0.8.5 Release notes Sourced from shelljs's releases. v0.8.5 This...

dependencies

Bumps [async](https://github.com/caolan/async) to 3.2.2 and updates ancestor dependency [postman-code-generators](https://github.com/postmanlabs/code-generators). These dependencies need to be updated together. Updates `async` from 2.5.0 to 3.2.2 Changelog Sourced from async's changelog. v3.2.2 Fix potential...

dependencies

Bumps [json-schema](https://github.com/kriszyp/json-schema) and [jsprim](https://github.com/joyent/node-jsprim). These dependencies needed to be updated together. Updates `json-schema` from 0.2.3 to 0.4.0 Commits f6f6a3b Use a little more robust method of checking instances ef60987 Update...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) to 4.17.21 and updates ancestor dependency [postman-code-generators](https://github.com/postmanlabs/code-generators). These dependencies need to be updated together. Updates `lodash` from 4.17.20 to 4.17.21 Commits f299b52 Bump to v4.17.21 c4847eb Improve performance...

dependencies

Removes [marked](https://github.com/markedjs/marked). It's no longer used after updating ancestor dependency [postman-code-generators](https://github.com/postmanlabs/code-generators). These dependencies need to be updated together. Removes `marked` Updates `postman-code-generators` from 1.1.5 to 1.4.1 Release notes Sourced from...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

Requests inside postman folders are not generated in the output. The same requests in the root of the collection will be generated.

Hi, Please see below error. If any details needed let me know I am not fluent in node. node main.js -c "cof_17122021.postman_collection.json" internal/fs/utils.js:525 throw new ERR_INVALID_ARG_TYPE(propName, ['string', 'Buffer', 'URL'], path);...

Hi, I am trying to use the CLI tool and below is my command: `node main.js -e env.json -c collection.json` For some reason even though variable did exist in env.json...