I am calling a third party api which gives me a byte array or stream of zip file content as response. Now, I want create a zip file using this byte info or stream in iron python. How can i achieve the same?
Thanks in advance!
I am calling a third party api which gives me a byte array or stream of zip file content as response. Now, I want create a zip file using this byte info or stream in iron python. How can i achieve the same?
Thanks in advance!