Can there be a way so specify a larger number of changes than 100? If there are 1000 changes the overall payload isn't that high but it requires 10 http requests.
No, not presently. Since some of these responses can be quite large we're limiting the response on purpose. It's not a huge deal to make 10 requests, we'd rather have that than requests that take multiple seconds to execute.
Travis Bell 的回复
于 2013 年 10 月 21 日 11:17上午
No, not presently. Since some of these responses can be quite large we're limiting the response on purpose. It's not a huge deal to make 10 requests, we'd rather have that than requests that take multiple seconds to execute.
Cheers.