We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to import a postman collection, restfox just results in empty collection
It works fine with Insomnia
Postman collection Argos API.postman_collection.json
The text was updated successfully, but these errors were encountered:
Hey @kobenguyent, looks like import from postman works fine before this commit:
bd6c5a2: feat(ui): Import > import scripts from postman collections (#218)
I did
git checkout bd6c5a22fd2383581721834a26bb56f8bb8f7af9^
And it worked correctly.
Then I did
git checkout bd6c5a22fd2383581721834a26bb56f8bb8f7af9
And it didn't work. So the issue was introduced here. I'm checking this code now.
Sorry, something went wrong.
The issue is here. Due to variable reuse. I'll push a fix now.
oh great! Thanks for looking into it promptly!
99aa7b1
No branches or pull requests
When trying to import a postman collection, restfox just results in empty collection
It works fine with Insomnia
Postman collection
Argos API.postman_collection.json
The text was updated successfully, but these errors were encountered: