Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(client): add support for streaming raw responses #307

Merged
merged 1 commit into from
Jan 15, 2024

Conversation

stainless-bot
Copy link
Collaborator

As an alternative to with_raw_response we now provide
with_streaming_response as well. When using these methods you
will have to use a context manager to ensure that the response is
always cleaned up.

As an alternative to `with_raw_response` we now provide
`with_streaming_response` as well. When using these methods you
will have to use a context manager to ensure that the response is
always cleaned up.
@stainless-bot stainless-bot requested a review from a team as a code owner January 15, 2024 14:09
@stainless-bot stainless-bot merged commit f295982 into next Jan 15, 2024
@stainless-bot stainless-bot deleted the feat-client-add-support-for-stre branch January 15, 2024 14:09
@stainless-bot stainless-bot mentioned this pull request Jan 15, 2024
stainless-bot added a commit that referenced this pull request Jan 18, 2024
As an alternative to `with_raw_response` we now provide
`with_streaming_response` as well. When using these methods you
will have to use a context manager to ensure that the response is
always cleaned up.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant