transformRequest(model, body, stream, credentials) { if (!body.params) body.params = {}; body.stream = true; body.params.stream = true; return body; }
transformRequest(model, body, stream, credentials) {
if (!body.params) body.params = {};
body.stream = true;
body.params.stream = true;
return body;
}