sivcan / ResponseToFile-Postman

This project helps in writing responses (or any data) from postman to a file locally.
114 stars 105 forks source link

Allow the request to provide options to the FS lib #5

Closed danielwinkler closed 4 years ago

danielwinkler commented 4 years ago

When sending e.g. base64 payload, this is very helpful to automatically convert it to bytes when writing the file.

sivcan commented 4 years ago

@danielwinkler Thanks for the contribution 👍

danielwinkler commented 4 years ago

Thanks for the lib!

Cheers, Daniel