postman-code-generators icon indicating copy to clipboard operation
postman-code-generators copied to clipboard

Common repository for all code generators shipped with Postman

Results 141 postman-code-generators issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** The server I use is installed with a relatively low curl version, which does not support --data-raw. If I want...

codegen

**Is your feature request related to a problem? Please describe.** The built-in `pm` runtime is sufficiently different than NodeJS and JS requests libraries that I spent more hours than I'd...

codegen

`postman-collection` version `4.0.0` depends on a vulnerable version of `semver`. https://github.com/postmanlabs/postman-code-generators/pull/738 would be a preferable solution and this should be merged only if that PR is not accepted for some...

Not using semver ranges is forcing users to utilize versions of dependencies with known security vulnerabilities with no recourse. Standard practice is to specify a `^` in front of each...

**Describe the bug** This package is dependent on an old version of [`postman-collection`](https://github.com/postmanlabs/postman-collection) which is dependent on a vulnerable `semver` version. **To Reproduce** When running `npm audit` the following output...

**Describe the bug** in code snippet generated for C-libcurl for simple get request it is using headers as NULL while we don't need it as we haven't created any custom...

**Underlying Problem / Issue** When the gen code option is used for CURL and I'm passing to others I have to either educate them on how to suppress SSL verify...

- Used [detect-package-manager](https://www.npmjs.com/package/detect-package-manager) to detect and use the proper package manager for installation

A new code generator feauture to also implement a delphi way to generate code from requests.

## Problem [Associated Issue](https://github.com/postmanlabs/postman-code-generators/issues/746) For url using http protocol, python.http-client still generates conn = http.client.HTTPSConnection. Python would throw SSL error when running the script. ## Fix Generate the code snippet...