issues
search
postmanlabs
/
curl-to-postman
Converts curl requests to Postman Collection v2 request objects
Apache License 2.0
65
stars
31
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Release version v1.8.1
#82
github-actions[bot]
closed
6 months ago
0
Release version v1.8.1
#81
github-actions[bot]
closed
6 months ago
0
Add ability to guess raw language type using content-type headers
#80
rutvik-gs
closed
6 months ago
0
When using `--data raw` and `-H 'content-type: application/x-www-form-urlencoded; charset=UTF-8'` ,ERROR
#79
shaofing
opened
8 months ago
0
Release version v1.8.0
#78
github-actions[bot]
closed
9 months ago
0
Release version v1.8.0
#77
github-actions[bot]
closed
9 months ago
0
Added changelogs for v1.8.0.
#76
VShingala
closed
9 months ago
0
Fixed various Type Errors that were frequently occurring.
#75
VShingala
closed
9 months ago
0
Fixed an issue where certain character after $ were omitted while importing curl
#74
aman-v-singh
closed
10 months ago
0
Fixed an issue where GraphQL bodies were not generated correctly.
#73
VShingala
closed
10 months ago
0
Release version v1.7.1
#72
github-actions[bot]
closed
1 year ago
0
Release version v1.7.1
#71
github-actions[bot]
closed
1 year ago
0
Release version v1.7.0
#70
github-actions[bot]
closed
1 year ago
0
Release version v1.7.0
#69
github-actions[bot]
closed
1 year ago
0
Add Latest changes to CHANGELOG.md
#68
aman-v-singh
closed
1 year ago
0
[IMPORT-774] Graphql data mode from curl import
#67
aman-v-singh
closed
1 year ago
1
Assign user errors when curl conversion fails due to handled cases
#66
dhwaneetbhatt
closed
1 year ago
0
handle url encoded body containing `+` character
#65
tjenkinson
closed
1 year ago
2
Release version v1.7.0
#64
github-actions[bot]
closed
1 year ago
0
Release version v1.7.0
#63
github-actions[bot]
closed
1 year ago
0
Feature 'resolve'
#62
MichelFortes
opened
1 year ago
0
Release version v1.6.0
#61
github-actions[bot]
closed
1 year ago
0
Release version v1.6.0
#60
github-actions[bot]
closed
1 year ago
0
Using GitHub Actions to automate releases
#59
dhwaneetbhatt
closed
1 year ago
0
Add url validation in validate and convert functions
#58
webholik
closed
1 year ago
1
Fixed an issue where request generation failed for certain bash operators.
#57
VShingala
closed
1 year ago
0
Fixed an issue where cURL with comments described was converted incorrectly.
#56
VShingala
closed
1 year ago
0
Fixed issue where cURL with no specific method defined for formdata type of body were not converted correctly.
#55
VShingala
closed
1 year ago
2
Add support to convert digest and NTLM auth types
#54
dhwaneetbhatt
closed
1 year ago
1
Fixes issue where cURL in Windows cmd formats were not imported correctly.
#53
VShingala
closed
1 year ago
0
Fix an issue where a correct error is thrown if curl string has dangling args
#52
dhwaneetbhatt
closed
1 year ago
0
Changed regex to check for prefix space in url with query parameters for given curl string
#51
sairam459
closed
1 year ago
1
Vulnerable dependency with shell-quote version 1.6.1
#50
Rafo1994
opened
2 years ago
0
added better handling of malformed URLs, improved copy
#49
SahilChoudhary22
closed
2 years ago
0
Fixes #8433 - non-apostrophed ('...') url with multiple params support in cURL import
#48
SahilChoudhary22
closed
2 years ago
4
bugg
#47
giveitback
closed
2 years ago
0
Master
#46
giveitback
closed
2 years ago
0
Fixed issue where file references were not present in imported cURL
#45
VShingala
closed
3 years ago
0
Fixed issue where formdata value were not un-escaped correctly.
#44
VShingala
closed
3 years ago
0
Fixed issue where raw formdata string with boundary were not converted as formdata body.
#43
VShingala
closed
3 years ago
0
Fixed issue where escaped single character sequence were not correctly represented in request body.
#42
VShingala
closed
3 years ago
0
Fixed issue where some characters were not escaped correctly.
#41
VShingala
closed
3 years ago
1
BUG: Curls with stringified arrays
#40
abstrekt
opened
3 years ago
0
License
#39
spotlesscoder
closed
1 year ago
2
can not parse `Content-Type: application/json;charset=UTF-8` to body json mode
#38
vikyd
opened
3 years ago
0
Updated with installation and use cases
#37
nimit2801
closed
3 years ago
0
LICENSE updated
#36
nimit2801
closed
3 years ago
0
Support more input types in convert() function
#35
raghavbhatia336
opened
3 years ago
3
Added script for automating release process
#34
VShingala
closed
3 years ago
0
Fixed issue where unicode characters were not handled correctly.
#33
VShingala
closed
3 years ago
0
Next