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
golang
lib
on
develop
User selector
All users
Datepicker
All time
Commit history
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 Nov 6, 2020
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 Oct 29, 2020
Merge pull request #394 from postmanlabs/issue-325
Show description for 644c019
umeshp7
authored
644c019
View commit details
Copy full SHA for 644c019
View code at this point
Browse repository at this point
Commits on Oct 23, 2020
Use encodeURIComponent instead of escape for urlencoded request body
webholik
committed
a4e05fb
View commit details
Copy full SHA for a4e05fb
View code at this point
Browse repository at this point
Commits on Oct 21, 2020
Fix linting error; Fix duplicate entry in package.json
webholik
committed
b2d4f0b
View commit details
Copy full SHA for b2d4f0b
View code at this point
Browse repository at this point
prevent \r from being discarded in GO raw strings
webholik
committed
c921cb9
View commit details
Copy full SHA for c921cb9
View code at this point
Browse repository at this point
Commits on Oct 8, 2020
Merge pull request #276 from someshkoli/fix/golangerrcheck
Show description for 133f80a
umeshp7
authored
133f80a
View commit details
Copy full SHA for 133f80a
View code at this point
Browse repository at this point
Commits on Sep 28, 2020
Remove space from end of lines
webholik
committed
238f9e1
View commit details
Copy full SHA for 238f9e1
View code at this point
Browse repository at this point
Add return statement in error handling code
webholik
committed
f6b64a8
View commit details
Copy full SHA for f6b64a8
View code at this point
Browse repository at this point
Add return statement if err produced in NewRequest
Show description for ac221ca
webholik
authored
ac221ca
View commit details
Copy full SHA for ac221ca
View code at this point
Browse repository at this point
Commits on Jun 30, 2020
Removes unwanted console logs
someshkoli
committed
5ddec72
View commit details
Copy full SHA for 5ddec72
View code at this point
Browse repository at this point
fixes newline formatting for generated snippets
someshkoli
committed
208634c
View commit details
Copy full SHA for 208634c
View code at this point
Browse repository at this point
Adds additional err check snippet for read response
Show description for af23205
someshkoli
committed
af23205
View commit details
Copy full SHA for af23205
View code at this point
Browse repository at this point
Commits on Jun 1, 2020
Adds snippet to check err before using res in GoNative
Show description for b29981f
someshkoli
committed
b29981f
View commit details
Copy full SHA for b29981f
View code at this point
Browse repository at this point
Commits on May 29, 2020
Made raw bodies use multiline strings.
tooolbox
committed
7671c77
View commit details
Copy full SHA for 7671c77
View code at this point
Browse repository at this point
Commits on Nov 21, 2019
Changed path/to/file to /path/to/file
shreys7
committed
ac6e185
View commit details
Copy full SHA for ac6e185
View code at this point
Browse repository at this point
Added contentType and disabled properry to adding form data params
shreys7
committed
e97669e
View commit details
Copy full SHA for e97669e
View code at this point
Browse repository at this point
Commits on Nov 20, 2019
Changed logic for handling multiple or zero files across all codegens
shreys7
committed
7f0c118
View commit details
Copy full SHA for 7f0c118
View code at this point
Browse repository at this point
Commits on Nov 19, 2019
Added specific checks for src property to be present and must be a string
shreys7
committed
1d3ec20
View commit details
Copy full SHA for 1d3ec20
View code at this point
Browse repository at this point
Commits on Nov 16, 2019
Merge branch 'develop' into feature/multiple-files-formdata
shreys7
committed
309d024
View commit details
Copy full SHA for 309d024
View code at this point
Browse repository at this point
Commits on Nov 15, 2019
Renamed formdata file collection and fixed golang tests
shreys7
committed
49c211a
View commit details
Copy full SHA for 49c211a
View code at this point
Browse repository at this point
Fixed multiple file formdata snippet generation for golang
shreys7
committed
62c13f8
View commit details
Copy full SHA for 62c13f8
View code at this point
Browse repository at this point
Commits on Nov 11, 2019
Added handling of multiple files in same form data field
shreys7
committed
68b2037
View commit details
Copy full SHA for 68b2037
View code at this point
Browse repository at this point
Commits on Nov 8, 2019
Added support for explicitly adding content-type header when not present for graphql body requests
shreys7
committed
4bb7153
View commit details
Copy full SHA for 4bb7153
View code at this point
Browse repository at this point
Commits on Nov 7, 2019
Added handling of graphql body mode in all codegens
shreys7
committed
6793d0d
View commit details
Copy full SHA for 6793d0d
View code at this point
Browse repository at this point
Commits on Sep 26, 2019
Added support for multiple headers with same name, which used to be ignored previously
shreys7
committed
35dd74d
View commit details
Copy full SHA for 35dd74d
View code at this point
Browse repository at this point
Commits on Sep 9, 2019
Added support for trimming header keys and not trimming header values in golang
shreys7
committed
092769a
View commit details
Copy full SHA for 092769a
View code at this point
Browse repository at this point
Commits on Sep 4, 2019
Merge branch 'develop' into feature/binary-file-placeholder
shreys7
committed
c6fe01f
View commit details
Copy full SHA for c6fe01f
View code at this point
Browse repository at this point
Merge pull request #60 from postmanlabs/feature/file-support
Show description for 5573767
abhijitkane
authored
5573767
View commit details
Copy full SHA for 5573767
View code at this point
Browse repository at this point
Merge branch 'develop' into feature/binary-file-placeholder
abhijitkane
authored
345b402
View commit details
Copy full SHA for 345b402
View code at this point
Browse repository at this point
Commits on Aug 30, 2019
Merge branch 'develop' into feature/update-options-copy
abhijitkane
authored
f710354
View commit details
Copy full SHA for f710354
View code at this point
Browse repository at this point
Commits on Aug 29, 2019
Changed default value of option trimRequestBody to false. For consistency with app/newman default behavior
umeshp7
committed
a0e14cd
View commit details
Copy full SHA for a0e14cd
View code at this point
Browse repository at this point
Commits on Aug 27, 2019
Fixed failing golang tests
shreys7
committed
80503d4
View commit details
Copy full SHA for 80503d4
View code at this point
Browse repository at this point
Removed forEach loop on request.getHeaders and used request.headers.has(Content-Type) for adding explicit content-type text/plain header
shreys7
committed
0b22b60
View commit details
Copy full SHA for 0b22b60
View code at this point
Browse repository at this point
Commits on Aug 26, 2019
Corrected logic for binary file placeholder and adding explicit content-type text plain header in golang
shreys7
committed
0ee4fb6
View commit details
Copy full SHA for 0ee4fb6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.