Kordishal
Kordishal
I ran into the same issue. After some investigation, I figured out that it was because the files were not closed. The connection failed to open new files each time...
I suppose that is a legitimate use case for OUTPUT Stream. But I am mostly concerned about the InputStream. It is standard behaviour for a resource to be closed when...
I see. I suppose that makes sense. Then I will do as you say. Thanks for the quick responses.
You can make 100 requests per 100 seconds. Keep track of the time and every 100 seconds reset. If during this time you make 100 requests put the application to...
Is this supposed to implement this issue? ` def get_all_records(self, empty_value='', head=1):` It seems well hidden with this name ;)
I don't think the API can get data based on format, but we could implement functions which allow for easier access to the format params (e.g. a bold property etc.)...
The alternative would be to have a spreadsheet/worksheet function which like `filter(attribute, value)` where the attribute refers to a specific format attribute as string and the value you are looking...