PyCap icon indicating copy to clipboard operation
PyCap copied to clipboard

Feature Request: Streaming Response

Open x2764tech opened this issue 2 months ago • 1 comments

As part of a project I'm working on, I'd like to use this library to download form data to files. I really like that the API adds a load of useful fields to the export_records method, and I'd like to continue to use that. However, I'd also like not to have to load the entire response into memory, as I don't know how large the responses will get for our 20,000+ cohort. Is there a way to implement the Body Content Workflow, or would this require a lot of work?

x2764tech avatar Oct 25 '25 16:10 x2764tech