mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #524] Allow importing Postman collections #200
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#200
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Aditya94A on GitHub (Jan 25, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/524
The feature:
Just one more thing to entice more and more postman users to switch over, would make it very easy for postman users to switch.
Would need to build a parser for postman collection format (should be easy, they have a simple, stable JSON structure)
A bunch of example collections here.
@liyasthomas commented on GitHub (Jan 25, 2020):
This might seems like a better option, but as we move forward with this feature implementation, we could find there are some edge cases that involves some conflicts. One for them is Postman's Collection parser. I don't think it's an open source module. So, that will require us to go in depth of the architecture of PM and dig out how they store Collections.
Few weeks back I actually tried to parse one of such PM Collections and was able to produce a PW combaitable format. Anyway i would try to implement it if any more users Requests it.
@liyasthomas commented on GitHub (Jan 27, 2020):
Closing this issue in reference of #333
@Moshe-Dror commented on GitHub (Apr 10, 2020):
I was not able to import my postman collection/ env. from json . can you please assist?
@Aditya94A commented on GitHub (Apr 10, 2020):
@Moshe-Dror I don't think this is supported yet.
@liyasthomas How about adding environment support (along with importing postman environment files)? 😁 💪 🚀
@liyasthomas commented on GitHub (Apr 11, 2020):
Postwoman now supports importing Postman Collections v2.1.0 abd above.
Navigate to Collection tab on right side bar.
Click "Import/Export"
Click "Import from JSON"
Select any collection.json file
Importing environment variables currently only works with Postwoman environments.
@nabsha commented on GitHub (May 5, 2020):
Trying this feature now in latest docker build by import PM collection in 2.1 format but the import button is not importing anything. Is this still working?
Followed the following steps
@liyasthomas commented on GitHub (May 5, 2020):
May I know which Postman collection version you tried?
@nabsha commented on GitHub (May 7, 2020):
I guess its to do with the collection if its 2+ levels deep. I've tried looking at the code and it seems postwoman only support till 1st level sub folders.
@nabsha commented on GitHub (May 7, 2020):
Raised https://github.com/liyasthomas/postwoman/issues/850 to address this issue
@juan11041970 commented on GitHub (Jun 16, 2020):
I see the Collections tab, but I don't see any import option.
@liyasthomas commented on GitHub (Jun 16, 2020):
@juan11041970 can you share a screenshot of Collections tab?
@juan11041970 commented on GitHub (Jun 17, 2020):
Here you go. Let me know anything I might be missing.
On Tue, Jun 16, 2020 at 10:03 AM Liyas Thomas notifications@github.com
wrote:
--
Juan 'West Coast' Alvarado AKA 'Johnny Sunday' AKA ''Lieutenant Diaz'
Sr. Software Developer
“To those of you who are graduating this afternoon with high honors, awards
and distinctions, I say, ‘Well done.’* And as I like to tell the ‘C’
students: You, too, can be president.* George W. Bush
"It's okay to be ignorant, it's NOT okay to be stupid"
"You either do or do not. There is no try!!!"
@liyasthomas commented on GitHub (Jun 17, 2020):
@juan11041970 can comment here on GitHub. I can't find the screenshot in your reply.
@juan11041970 commented on GitHub (Jun 17, 2020):
Could it be because it is going to notifications@github.com? Is there any
other email I can send it to?
On Tue, Jun 16, 2020 at 6:06 PM Liyas Thomas notifications@github.com
wrote:
--
Juan 'West Coast' Alvarado AKA 'Johnny Sunday' AKA ''Lieutenant Diaz'
Sr. Software Developer
“To those of you who are graduating this afternoon with high honors, awards
and distinctions, I say, ‘Well done.’* And as I like to tell the ‘C’
students: You, too, can be president.* George W. Bush
"It's okay to be ignorant, it's NOT okay to be stupid"
"You either do or do not. There is no try!!!"
@liyasthomas commented on GitHub (Jun 17, 2020):
@juan11041970 kindly send it to liyascthomas@gmail.com
@nathanmargaglio commented on GitHub (Jul 3, 2020):
I want to add that it'd be very nice to import AWS API Gateway generated docs into Postwoman. API Gateway allows you to export docs with Postman plugins so that you can import it as a collection, so I suppose adding Postman collection support might be equivalent.
@TeamPIDU commented on GitHub (Mar 10, 2022):
Hi exported a postman collection, and then imported in Hoppscotch, but there is an issue with the body data - that is not being imported in Hoppscotch. All other things are imported but the 'body' -> 'raw' parameter data from postman Json is not being imported
@AndrewBastin commented on GitHub (Mar 11, 2022):
@TeamPIDU this issue has already been notified and we are tracking the issue on #2136