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

**Describe the solution you'd like** Develop a new code generator for ColdFusion using cfhttp **Additional context** https://teratech.com/is-lucee-cfml-now-better-than-adobe-coldfusion There are several implementations of the CFML language (Adobe ColdFusion, Railo, Lucee). https://teratech.com/coldfusion-developers-and-cios-often-ask-is-adobe-coldfusion-dead/

new-language-support
codegen

**Describe the solution you'd like** Develop a new code generator for Salesforce - APEX language.

new-language-support
codegen

Fixes #322 . Got rid of the escapes by using a [PowerShell here-strings](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_quoting_rules?view=powershell-5.1#here-strings) in powershell-restmethod codegen. Request 1 ``` method: 'POST', header: [ { key: 'Content-Type', value: 'text/plain' } ],...

As the popularity of react js to build websites and web apps is increasing, therefore, there is a need for the hour to build codegen for reactjs. Here are the...

### Pure Java code generator for issue #155 [Issue](https://github.com/postmanlabs/postman-code-generators/issues/155) _The code generator creates snippet in java 8, no other dependencies are required to run the code._ **Changes:** Added new code...

![image](https://user-images.githubusercontent.com/27139702/98452351-d55c3180-2163-11eb-90a9-1ba9fc4c3d4c.png) ----- ### Feature: This is the [Kotlin language](https://kotlinlang.org/) plugin that has support from the [retrofit2](https://square.github.io/retrofit/) library. ### Related issues: Add support to kotlin RetroFit client #142

I did a major refactoring of RestSharp, and since v107 the API looks different. There are quite a few breaking changes. Now I got an issue https://github.com/restsharp/RestSharp/issues/1734 about Postman's generated...

codegen

**Is your feature request related to a problem? Please describe.** I would love if Postman had the ability to generate code for making HTTP calls using the built in [`HttpClient`](https://docs.microsoft.com/en-us/dotnet/api/system.net.http.httpclient?view=net-5.0)...

new-language-support