Users who want to perform a slightly different request than any of the built-in functions on the default Client can do so by passing their own request payload to fn do_request(), but if that payload contains multiple batch items it will not work because do_request() will abort if the response contains more than one batch item.
Users who want to perform a slightly different request than any of the built-in functions on the default
Clientcan do so by passing their own request payload tofn do_request(), but if that payload contains multiple batch items it will not work becausedo_request()will abort if the response contains more than one batch item.