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

Issue https://github.com/postmanlabs/postman-code-generators/issues/228 adding support for Arduino Code Generation Below is a sample of the generated code: ``` #include #include char ssid[] = "myNetwork"; // your network SSID (name) char pass[]...

issue #220 , Add support for apache bench code gen. **Additional context** https://paw.cloud/extensions/ApacheBenchmarkCodeGenerator https://httpd.apache.org/docs/2.4/programs/ab.html

**What this PR does** This PR converts the `test.sh` bash script file to javascript making it the platform agnostic. This PR is part of a series of PRs trying to...

Adds SDKGEN_enabled option to code generator - Toggles addition of import statements in the snippet - If set true uses statement to return response and error - Default value -...

My partner and I created a C# code snippet generator to generate .Net Core Web API code for web requests. We used the C# RestSharp code snippet generator as our...

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.** SugarCRM no longer allows the use of php-curl and they do not want us to utilize php-guzzle directly. It would...

codegen

Add infinity param in axios config Fixes: https://github.com/postmanlabs/postman-app-support/issues/10247

README mentions request object from [Postman SDK](https://github.com/postmanlabs/postman-collection) twice, but there were no direct links to it

**Is your feature request related to a problem? Please describe.** C++ is a popular language, but postman does not give a codegen, libcurl is too complicated and difficult to use,...

codegen