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
Describe the bug
In Postman you can create multiple examples for a specific API request. Those are not properly imported.
I have two API requests but with different query params in Postman:
{{irail_url}}/stations/?format=json&lang=en
{{irail_url}}/stations/?format=xml&lang=de
In firecamp these will be imported:
To Reproduce
Steps to reproduce the behavior:
Import the attached Postman collection
Expected behavior
The API request with the proper params will be imported
{{irail_url}}/stations/?format=json&lang=en
{{irail_url}}/stations/?format=xml&lang=de
Describe the bug
In Postman you can create multiple examples for a specific API request. Those are not properly imported.
I have two API requests but with different query params in Postman:
{{irail_url}}/stations/?format=json&lang=en
{{irail_url}}/stations/?format=xml&lang=de
In firecamp these will be imported:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The API request with the proper params will be imported
{{irail_url}}/stations/?format=json&lang=en
{{irail_url}}/stations/?format=xml&lang=de
Screenshots
Desktop
Additional context
File to reproduce
iRail.postman_collection (5).json
The text was updated successfully, but these errors were encountered: