Ask a question to get started
Enter to send•Shift+Enter new line
async_to_raw_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 returning the raw APIResponse object directly.
APIResponse