This repository was archived by the owner on Oct 29, 2024. It is now read-only.
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
chunked
parameter in query method doesn't work #21Closed
Description
It seems that this library will just try to parse as json the full string, once it all comes down, which:
- defeats the purpose of streaming the chunks
- won't work, since there will be many JSON objects in the stream
I'm not sure that this is really possible using requests without jumping through some crazy hoops.