PyCap
PyCap copied to clipboard
Feature Request: Streaming Response
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?