You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi,
I tried exporting both directly from apiary using
apiary2postman api my_api > my_api.dump
, and also converting the blueprint file usingapiary2postman 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.
The text was updated successfully, but these errors were encountered: