ResponseToFile-Postman icon indicating copy to clipboard operation
ResponseToFile-Postman copied to clipboard

This project helps in writing responses (or any data) from postman to a file locally.

Results 12 ResponseToFile-Postman issues
Sort by recently updated
recently updated
newest added

Hello, Is this script still running successfully? I added the pm script into the TEST section and ran the Dummy 1 call, but a JSON file is not being added...

Bumps [express](https://github.com/expressjs/express) from 4.16.3 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.1 to 6.11.0. Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip option (#442) [readme] fix version badge 6.10.5 [Fix] stringify: with arrayFormat:...

dependencies

Hi, I have a get request that returns a pdf, how do I get this to save to a file? I've got as far as: ``` let opts = {...

**Requests that include slashes fail to output with directory not found** Example Request URI: https://{{host}}:9999/pf-admin-api/v1/authenticationApi/settings Image from Postman Node output $ node script.js ResponsesToFile App is listening now! Send them...

good first issue

req.body.responseData did not work in case of JSON response, so applied fix for that. Not sure if its generic and can be uesful in all scenarios, Moderators may test the...

This node script uses express and mssql packages mainly to store the api response in the database column on set frequency. No need to have postman runner or anything else...

First of all thank you for this amazing script. It's running well for me. I saw you covered multiple responses in #7 already, but this creates a new file for...

I am running the test pdf file from postman and the file written is named undefined.json with no other indication of what I might be doing wrong