Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use requests iter_content() to defer the download of query results #8

Open
rflprr opened this issue Mar 15, 2017 · 0 comments
Open

Comments

@rflprr
Copy link
Contributor

rflprr commented Mar 15, 2017

Currently, query results are downloaded eagerly, in spite of the use of stream=True. Instead, the query method should return an iterable leverage requests' iter_content() to download the data on-demand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant