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

Add space around assignment `=` as per [pep8](https://pep8.org/#other-recommendations)

When you use the code generator for PHP it generates the code without the PHP ending tag (?>). I think it should include it. If you have existing code you...

codegen

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

**Is your feature request related to a problem? Please describe.** It's not related to a problem **Describe the solution you'd like** In the Swift Codegen for URLSession the template is...

codegen

Hello. As we can read on [AWS Blog](https://aws.amazon.com/blogs/compute/upcoming-changes-to-the-python-sdk-in-aws-lambda/) **requests** is not supported by default in AWS Lambda function. It would be helpful to have urllib3 in Code snippet - "Python...

**Ref**: https://www.npmjs.com/package/superagent **Github**: [github.com/ladjs/superagent](https://github.com/ladjs/superagent) **Approach**: Reproducing the pattern used for other nodejs generators like unirest and axios (already in the repository). **Todo**: - [ ] Handle test cases - [...

Dear Postman team, I would like to take a moment to express my appreciation for the excellent work you have been doing with the Postman client. It has been an...

**Is your feature request related to a problem? Please describe.** ![image](https://github.com/postmanlabs/postman-code-generators/assets/38337614/ffa16faa-581c-4585-be6a-e0a6d5894d23) The version of the postman-collection dependency of HTTP-related codegens is too early **Describe the solution you'd like** Can you...

**Is your feature request related to a problem? Please describe.** The current version of the Postman client does not allow generating code snippets for Scala. SoftwareMill's `sttp` project provides an...