Ask a question to get started
Enter to send•Shift+Enter new line
async_to_streamed_response_wrapper( func: Callable[P, Awaitable[R]] ) -> Callable[P
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