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

This program could have a translator from **code** into **postman object** or into another language, for example curl to python.

feature
codegen

**Describe the bug** Generated code of bulk edit mode has only one curl, I understood with new lines generates, multiple request. If not a bug, would be desirable feature. **To...

feature
codegen

As a Postman user, I would like to generate Ansible task definitions using the [Ansible geturi module](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/uri_module.html) to call the Postman defined api. ### An example use case A vendor...

new-language-support
codegen

**Is your feature request related to a problem? Please describe.** Unable to generate code including the cert and key options in curl **Describe the solution you'd like** I want code...

feature
codegen

**Is your feature request related to a problem? Please describe.** The Spring Framework is a popular application framework. While `RestTemplate` is usually used for RESTful communication, the library is now...

feature
new-language-support
codegen

It would be great to get a direct react snippet to link in our project.

feature
new-language-support
codegen

Hello, It would be very useful to have Groovy as one of the language options in the Generate Code Snippets pop up. I have been trying to use the Javascript...

feature
new-language-support
codegen

**Is your feature request related to a problem? Please describe.** No code generator is compatible with Google Apps Script and GAS doesn't support regular JS libraries regarding API requests **Describe...

new-language-support
codegen

**Is your feature request related to a problem? Please describe.** I always find myself googling how to write postman script to make http calls, and then modify it with my...

feature
new-language-support
codegen

**Describe the bug** When i use body.request it generates an error with JSON.parse(). **To Reproduce** let obj = { mode:'raw', raw: JSON.stringify(payload) } request.body = JSON.stringify(obj) **Screenshots** ![error](https://user-images.githubusercontent.com/71162676/103586164-80624080-4eb2-11eb-93de-5f1ee51f5b5f.png) ![error](https://user-images.githubusercontent.com/71162676/103586355-e8188b80-4eb2-11eb-8bed-b91656c4358c.png) **FIX**...

codegen