What is the maximum request size authorized by the textmaster servers?
We ran into an issue where the api silently fails when the request size is too big. (empty response).
We implemented this as a quick workaround (basically saving a maximum of 100 documents at a time) : https://github.com/worldia/textmaster-api/blob/master/lib/Textmaster/Model/Project.php#L255
/cc @aponsin
What is the maximum request size authorized by the textmaster servers?
We ran into an issue where the api silently fails when the request size is too big. (empty response).
We implemented this as a quick workaround (basically saving a maximum of 100 documents at a time) : https://github.com/worldia/textmaster-api/blob/master/lib/Textmaster/Model/Project.php#L255
/cc @aponsin