From 52c08f4f650cf4003cb86e8c39f52ccb4440a6ab Mon Sep 17 00:00:00 2001 From: Barbara Czyz Date: Fri, 29 Sep 2023 13:56:56 +0200 Subject: [PATCH] Fix sensitive terms and formatting --- content/2023/09-29-box-python-sdk-new-gen-released.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/2023/09-29-box-python-sdk-new-gen-released.md b/content/2023/09-29-box-python-sdk-new-gen-released.md index 2b15b118..52fe525a 100644 --- a/content/2023/09-29-box-python-sdk-new-gen-released.md +++ b/content/2023/09-29-box-python-sdk-new-gen-released.md @@ -16,9 +16,9 @@ We are excited to introduce [the latest generation (currently in Beta) of Box Py With the [new generation of Python SDK][1], you'll have access to: * **Full API Support**: The new generation of Box SDKs empowers developers with complete coverage of the Box API ecosystem. You can now access all the latest features and functionalities offered by Box, allowing you to build even more sophisticated and feature-rich applications. -* **Rapid API Update**s: Say goodbye to waiting for new Box APIs to be incorporated into the SDK. With our new auto-generation development approach, we can now add new Box APIs to the SDK at a much faster pace (in a matter of days). This means you can leverage the most up-to-date features in your applications without delay. -* **Embedded Documentation**: We understand that easy access to information is crucial for developers. With our new approach, we have included comprehensive documentation for all objects and parameters directly in the source code of the SDK. This means you no longer need to look up this information on the developer portal, saving you time and streamlining your development process. -* **Enhanced Convenience Methods**: Our commitment to enhancing your development experience continues with the introduction of convenience methods. These methods cover various aspects such as authentication, chunk uploads, exponential backoffs, automatic retries, type checkers which help to ensure that you’re using variables correctly, and much more. +* **Rapid API Updates** your applications without delay. +* **Embedded Documentation**: We understand that access to information is crucial for developers. With our new approach, we have included comprehensive documentation for all objects and parameters directly in the source code of the SDK. This means you no longer need to look up this information on the developer portal, saving you time and streamlining your development process. +* **Enhanced Convenience Methods**: Our commitment to enhancing your development experience continues with the introduction of convenience methods. These methods cover various aspects such as authentication, chunk uploads, exponential back-offs, automatic retries, type checkers which help to ensure that you’re using variables correctly, and much more. Embrace the new generation of Box SDKs and unlock the full potential of the Box Content Cloud. Start building innovative solutions faster and more efficiently. Happy coding!