Ask a question to get started
Enter to send•Shift+Enter new line
to_streamed_response_wrapper( func: Callable[P, R] ) -> Callable[P, ResponseContextManager
Higher order function that takes one of our bound API methods and wraps it to support streaming and returning the raw APIResponse object directly.
APIResponse