Running collections with data files #560
Replies: 1 comment
-
Thanks @technoorange514 for the feedback. Its already in roadmap. you can add your use-case here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Community,
Could you please advise if Thunder Client has the capability to run API collections with data files like Postman(https://learning.postman.com/docs/running-collections/working-with-data-files/)?
I would like to be able to iterate through values taken from external data file (csv or json).
Example:
GET myapi/{{user}}
Data file (csv example):
user
Adam
Monica
Ranga
The expected outcome would be the following API requests:
GET myapi/Adam
GET myapi/Monica
GET myapi/Ranga
I hope this makes sense. Please advise.
Thank you very much in advance.
technoorange514
Beta Was this translation helpful? Give feedback.
All reactions