mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #746] Add compatibility for postman collections & environments #256
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#256
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 @AFRI4N on GitHub (Apr 7, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/746
Is your feature request related to a problem? Please describe.
My team is working with postman. Therefore, I have to work with collections and environment variables that are created and optimized for postman. However, to use them in postwoman I have to replace
{{variable}}to<<variable>>for postwoman as well as it dosn't set the requestUrls correct. For example the requestUrl{{variable}}/validatemaps into{{variable}}in postwoman.Describe the solution you'd like
Support postman environments or supporting {{}} variable definitions
Adapt/Fix request URL Import
Describe alternatives you've considered
Changes everything manually. However this takes a bit of time and the product owners don't like that (ofc)
Additional context

@liyasthomas commented on GitHub (Apr 13, 2020):
Duplicate of #759