Can I have Paw for mac (http rest client) read Dynamic Values from a csv or json file? I need to run 10000 APIs by using different Dynamic Values in my collections.
Asked
Active
Viewed 577 times
3
-
Not sure if that's still needed in your case, but for the reference, there is no way to do that right now. Though, I take that as a super interesting feature request :) It makes a lot of sense, especially once we add unit testing... – Micha Mazaheri May 11 '15 at 10:08
1 Answers
1
You could create a dynamic value extension, and use readFile() to read your json file.
I have created a dynamic value extension for passwords, and other such stuff that I don't want to share, when I share my Paw documents.
Please note that because of sandboxing, your json file must live inside you extension folder.

davidolrik
- 414
- 4
- 10
-
@micha-mazaheri Feature request: Loading config/json files, and being able to reference them as dynamic values. – davidolrik May 12 '15 at 11:00