-
Notifications
You must be signed in to change notification settings - Fork 433
Closed
Labels
good first issueGood for newcomersGood for newcomerskind/usabilityUsability of generated code, ergonomics.Usability of generated code, ergonomics.size/SSmall task. (A couple of hours of work.)Small task. (A couple of hours of work.)🆕 semver/minorAdds new public API.Adds new public API.
Description
The StreamingClientResponse
type has an accepted
property which holds a result, the success case of which holds the Contents
of the body of the response which in turn holds a bodyParts
async sequence.
This isn't very ergonomic to get!
We should add a computed property called bodyParts
to StreamingClientResponse
which returns it to us (or throws).
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerskind/usabilityUsability of generated code, ergonomics.Usability of generated code, ergonomics.size/SSmall task. (A couple of hours of work.)Small task. (A couple of hours of work.)🆕 semver/minorAdds new public API.Adds new public API.