Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
https-github-com-bit
/
postman-code-generators
Public
forked from
adamlaska/postman-code-generators
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
postman-code-generators
codegens
curl
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 13, 2021
Merge pull request #478 from postmanlabs/issue-476
Show description for 2d9f862
Ankit Saini
authored
2d9f862
View commit details
Copy full SHA for 2d9f862
View code at this point
Browse repository at this point
Commits on May 12, 2021
Fix failing newman test, add unit test
webholik
committed
26630a1
View commit details
Copy full SHA for 26630a1
View code at this point
Browse repository at this point
Commits on May 10, 2021
Add in option - requestTimeoutInSeconds
webholik
committed
a5542c6
View commit details
Copy full SHA for a5542c6
View code at this point
Browse repository at this point
Fix documentation for timeout setting in curl codegen
webholik
committed
23f8c09
View commit details
Copy full SHA for 23f8c09
View code at this point
Browse repository at this point
Commits on May 4, 2021
Add proper handling for query and variables of graphql body (#479)
Show description for d94316e
umeshp7
authored
d94316e
View commit details
Copy full SHA for d94316e
View code at this point
Browse repository at this point
Commits on Apr 13, 2021
Properly escape already escaped double quotes in curl body
webholik
committed
d3b0d95
View commit details
Copy full SHA for d3b0d95
View code at this point
Browse repository at this point
Commits on Jan 22, 2021
Use quoteType everywhere in curl, not just url
webholik
committed
b8cda39
View commit details
Copy full SHA for b8cda39
View code at this point
Browse repository at this point
Commits on Nov 27, 2020
Merge pull request #408 from postmanlabs/issue-9212
Show description for a061f37
webholik
authored
a061f37
View commit details
Copy full SHA for a061f37
View code at this point
Browse repository at this point
Fix minor spelling mistake in index.js
webholik
authored
06cbdea
View commit details
Copy full SHA for 06cbdea
View code at this point
Browse repository at this point
Commits on Nov 19, 2020
Merge pull request #418 from postmanlabs/issue-8736
Show description for ab7c9e0
umeshp7
authored
ab7c9e0
View commit details
Copy full SHA for ab7c9e0
View code at this point
Browse repository at this point
Commits on Nov 6, 2020
fix curl test
webholik
committed
8bdb96e
View commit details
Copy full SHA for 8bdb96e
View code at this point
Browse repository at this point
Add content-type for form-data fields
webholik
committed
7faad0b
View commit details
Copy full SHA for 7faad0b
View code at this point
Browse repository at this point
Commits on Nov 5, 2020
Use enum instead of string for quote option in curl
webholik
committed
9297463
View commit details
Copy full SHA for 9297463
View code at this point
Browse repository at this point
Commits on Nov 3, 2020
add unit test
webholik
committed
24f6f6c
View commit details
Copy full SHA for 24f6f6c
View code at this point
Browse repository at this point
add semicolon after header key if value is empty
webholik
committed
82aaf9c
View commit details
Copy full SHA for 82aaf9c
View code at this point
Browse repository at this point
Commits on Oct 29, 2020
Merge pull request #258 from someshkoli/fix/multibraces
Show description for 2ff4e2b
umeshp7
authored
2ff4e2b
View commit details
Copy full SHA for 2ff4e2b
View code at this point
Browse repository at this point
Merge pull request #277 from someshkoli/fix/curlsemicolon
Show description for 32e76dd
umeshp7
authored
32e76dd
View commit details
Copy full SHA for 32e76dd
View code at this point
Browse repository at this point
Merge pull request #392 from postmanlabs/issue-186
Show description for d26d51e
umeshp7
authored
d26d51e
View commit details
Copy full SHA for d26d51e
View code at this point
Browse repository at this point
Merge branch 'develop' into fix/multibraces
umeshp7
authored
4ba8e23
View commit details
Copy full SHA for 4ba8e23
View code at this point
Browse repository at this point
Add documentation for quoteOption
webholik
committed
b61edd5
View commit details
Copy full SHA for b61edd5
View code at this point
Browse repository at this point
fix linting error
webholik
committed
d111171
View commit details
Copy full SHA for d111171
View code at this point
Browse repository at this point
add unit tests for \ and ` as lineContinuationCharacter
webholik
committed
dca9e08
View commit details
Copy full SHA for dca9e08
View code at this point
Browse repository at this point
Commits on Oct 28, 2020
Resolve conflicts
webholik
committed
c7102c2
View commit details
Copy full SHA for c7102c2
View code at this point
Browse repository at this point
Commits on Oct 23, 2020
Add ` has line continuation delimiter for curl
webholik
committed
9269456
View commit details
Copy full SHA for 9269456
View code at this point
Browse repository at this point
Removed stray comment
webholik
authored
54c5cdc
View commit details
Copy full SHA for 54c5cdc
View code at this point
Browse repository at this point
Commits on Oct 9, 2020
Move eslint disable comment right above the line where we want to disable it
webholik
committed
8466929
View commit details
Copy full SHA for 8466929
View code at this point
Browse repository at this point
Commits on Oct 8, 2020
Don't give non-existent directories to the linter
webholik
committed
c50e54b
View commit details
Copy full SHA for c50e54b
View code at this point
Browse repository at this point
Commits on Sep 29, 2020
Add -g flag if either of {[}] are present
webholik
committed
6c50e4f
View commit details
Copy full SHA for 6c50e4f
View code at this point
Browse repository at this point
Commits on Jun 22, 2020
Add sanitising of quotes in URLs(and paths)
shreys7
committed
f1a391d
View commit details
Copy full SHA for f1a391d
View code at this point
Browse repository at this point
Commits on Jun 3, 2020
Changes quoteType option description
someshkoli
committed
77a321d
View commit details
Copy full SHA for 77a321d
View code at this point
Browse repository at this point
Removes redundant code and adds more sanitize options
Show description for 85550e6
someshkoli
committed
85550e6
View commit details
Copy full SHA for 85550e6
View code at this point
Browse repository at this point
Commits on Jun 2, 2020
Fixes issue with semicolon in form data (CURL)
Show description for 78d7bfa
someshkoli
committed
78d7bfa
View commit details
Copy full SHA for 78d7bfa
View code at this point
Browse repository at this point
Commits on May 27, 2020
Adds tests for multiple cases and fixes minor issues
Show description for 95191ef
someshkoli
committed
95191ef
View commit details
Copy full SHA for 95191ef
View code at this point
Browse repository at this point
Changes quoteType option type from enum to string
someshkoli
committed
84360f7
View commit details
Copy full SHA for 84360f7
View code at this point
Browse repository at this point
Changes quoteType option values and minor fixes
Show description for 222ae78
someshkoli
committed
222ae78
View commit details
Copy full SHA for 222ae78
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.