-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[Improvement] Import variables from Postman Collection #1172
Comments
👋 Thanks for opening your first issue! If you're reporting a 🐞 bug, please make sure To help make this a smooth process, please be sure you have first read the |
Can you please link to the documentation or provide an example+screenshot of this "variable" array? I'm not sure what it is. |
Hi @gschier, please see Postman Collection Format v2.0.0 You can define collection variables in EDIT COLLECTION window (by selecting Edit in collection context menu): |
Oh okay, so those are different from environments then. Insomnia supports the environment export format but yet, collection variables could also be supported. |
* fixed #1172 Collection variable added to folder environment * modified code implementation #1172 * refactored code * feature implemented #754 Code implemented to show the sorce of variable * #1155 fixed * code restructuring * fixed #773 Added hotkey alt+u which swaps variable name with value and vice versa.
* fixed Kong#1172 Collection variable added to folder environment * modified code implementation Kong#1172 * refactored code * feature implemented Kong#754 Code implemented to show the sorce of variable * Kong#1155 fixed * code restructuring * fixed Kong#773 Added hotkey alt+u which swaps variable name with value and vice versa.
Postman Collection format 2.0 contains "variable" array.
It would be very useful if it could be imported to local environment as well.
The text was updated successfully, but these errors were encountered: