Hi. I am using Talend API Tester. It's a great product. I am using the Community Edition.
I get the document that I requested by my GET or POST. But some of the time, I would like to see the interpreted version. Instead of <inputtype="checkbox"id="yesOrNo"checked> I would like to see a picture of a checkbox.
Is there a way to make the tool do that? Some way to say "don't put the output here; put it in this other tab, over there?" I can buy the cloud subscription, if that's best.
I have a partial answer for myself. It looks like I can 1) export the request from Talend API Tester as a curl command, 2) convert the curl command into a Javascript fetch here: https://curlconverter.com/javascript/, 3) paste the js fetch command into the developer console in the actual webpage. That should work.