HTTP-Shortcuts icon indicating copy to clipboard operation
HTTP-Shortcuts copied to clipboard

Writing to a file using a script.

Open UlinoyaPed opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe.

I have an API that I need to make multiple requests to, and I want to save the results in a file. The problem I'm facing is that I also need to perform additional processing on the returned results. Although I can handle the data using a script, the application's built-in file-saving functionality doesn't meet my requirements. Therefore, I would like to add a file I/O interface or include the 'require' module import, just like const fs = require('fs')

UlinoyaPed avatar Feb 16 '24 10:02 UlinoyaPed