Skip to content
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

Wrong URLs in postman dump #29

Open
gmalicky opened this issue Jan 31, 2018 · 1 comment
Open

Wrong URLs in postman dump #29

gmalicky opened this issue Jan 31, 2018 · 1 comment

Comments

@gmalicky
Copy link

Hi,
I tried exporting both directly from apiary using apiary2postman api my_api > my_api.dump, and also converting the blueprint file using apiary2postman blueprint some.blueprint > postman.dump.

In Apiary, I have /user/ endpoint with multiple calls under it (/user/refferal, /user/register/, etc.). When I import the final dump into Postman, all of the mentioned calls are in the folder based on endpoint (which is correct), but they all have the same url /user/, not their whole respective urls as they should have.

I also checked the json generated by Drafter, and it contains the correct data (different url for each call), so it seems it is not correctly parsed by apiary2postman.

@gmalicky gmalicky reopened this Jan 31, 2018
@gmalicky
Copy link
Author

I managed to fix this issue in #30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant