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.** It would be beneficial to all (I believe) to be able to download the activity logs as saved / filtered...

codegen

Here it is. Kotlin OkHttp code generator. Resolves #491

Adding support for QCObjects issue #432 , issue #147

Fixes #452 This PR adds a C# code gen that does not rely on any 3rd party libraries. The core item it uses is [`HttpClient`](https://docs.microsoft.com/en-us/dotnet/api/system.net.http.httpclient?view=net-5.0) for making the call. Some...

**Is your feature request related to a problem? Please describe.** When generating cURL code snippet, even though the "Generate multiline snippet" option is disabled, the code snipped can became multiline...

enhancement

**Is your feature request related to a problem? Please describe.** 1C:Enterprise is a universal cloud and on-premise system of programs for automating a company’s financial and wider operational activities. https://1c-dn.com/...

new-language-support
codegen

**Describe the solution you'd like** Develop a new code generator for Delphi. There are some libraries that can be used to perform the request: Indy, NetHTTP, RESTClient **Additional context** An...

new-language-support

generate proxy setting in code snippet. for now, I Just need in That will be great if this feature exists in postman. it helps me a lot of productivity

feature
codegen

**Is your feature request related to a problem? Please describe.** Some APIs return important information in the headers, such as request ID. When I use the curl codegen I find...

enhancement
codegen

Added support for Google Apps Script's UrlFetchApp class as per #447 Google documentation: https://developers.google.com/apps-script/reference/url-fetch/url-fetch-app