-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow importing environment variables via Postman environment json files #862
Conversation
Hey @sboulema, TravisBuddy Request Identifier: f20c0fa0-9368-11ea-84cf-61c3ab5f248b |
Hey @sboulema, TravisBuddy Request Identifier: f8fc0810-9368-11ea-84cf-61c3ab5f248b |
@sboulema Welcome to Postwoman collaborators team 💚 We've a Telegram group and Discord server to discuss about the project. Find its link from readme. Ping me for any doubts. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
Thanks for the invitation! Accepted of course, proud to be a part of the team 😄 |
@all-contributors please add @sboulema for code |
I've put up a pull request to add @sboulema! 🎉 |
When importing a JSON file during the environment import we check for the Postman specific field
_postman_variable_scope
which should be set toenvironment
.If so, we re-format the JSON to the Postwoman structure and call the existing import function.
If not, we assume it is a Postwoman file and import it as usual.
This PR intends to add the feature discussed in #759