diff --git a/README.md b/README.md index 7270a5281..f879a65cc 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,9 @@ It is generated with [Stainless](https://www.stainless.com/). ## Documentation -The REST API documentation can be found on [runloop.ai](https://runloop.ai). The full API of this library can be found in [api.md](api.md). +The REST API documentation can be found on +[runloop.ai](https://runloop.ai). The full API of this library can be found in +[api.md](https://github.com/runloopai/api-client-python/blob/main/api.md). ## Installation diff --git a/src/runloop_api_client/resources/devboxes/devboxes.py b/src/runloop_api_client/resources/devboxes/devboxes.py index 00de4ba45..aa46eb7ae 100644 --- a/src/runloop_api_client/resources/devboxes/devboxes.py +++ b/src/runloop_api_client/resources/devboxes/devboxes.py @@ -913,7 +913,7 @@ def execute_async( ) @typing_extensions.deprecated("deprecated") - # Use execute, executeAsync, or executeAndAwaitCompletion instead + # Use execute, execute_async, or execute_and_await_completion instead def execute_sync( self, id: str, @@ -935,7 +935,7 @@ def execute_sync( execution. .. deprecated:: - Use execute, executeAsync, or executeAndAwaitCompletion instead. + Use execute, execute_async, or execute_and_await_completion instead. Args: command: The command to execute via the Devbox shell. By default, commands are run from @@ -2394,7 +2394,7 @@ async def execute_async( ) @typing_extensions.deprecated("deprecated") - # Use execute, executeAsync, or executeAndAwaitCompletion instead + # Use execute, execute_async, or execute_and_await_completion instead async def execute_sync( self, id: str, @@ -2416,7 +2416,7 @@ async def execute_sync( execution. .. deprecated:: - Use execute, executeAsync, or executeAndAwaitCompletion instead. + Use execute, execute_async, or execute_and_await_completion instead. Args: command: The command to execute via the Devbox shell. By default, commands are run from