diff --git a/content/guides/tooling/sdks/index.md b/content/guides/tooling/sdks/index.md index 22fc13055..13c7a69a2 100644 --- a/content/guides/tooling/sdks/index.md +++ b/content/guides/tooling/sdks/index.md @@ -53,6 +53,8 @@ Here's what you can expect from the new SDKs: - **Embedded Documentation**: All objects and parameters are documented directly in the source code of the SDK so all the necessary information is stored in one place. - **Enhanced Convenience Methods**: The newly introduced convenience 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. +Find the Box Platform SDK in programming language of your choice and get started: + | Platform | Maintained? | API Parity | | ----------------------------------- | ----------- | ---------- | | [Python Gen SDK][pythongensdk] | Yes | Full | diff --git a/content/pages/sdks-and-tools/index.md b/content/pages/sdks-and-tools/index.md index bd4914628..32c40557e 100644 --- a/content/pages/sdks-and-tools/index.md +++ b/content/pages/sdks-and-tools/index.md @@ -58,6 +58,8 @@ Here's what you can expect from the new SDKs: - **Embedded Documentation**: All objects and parameters are documented directly in the source code of the SDK so all the necessary information is stored in one place. - **Enhanced Convenience Methods**: The newly introduced convenience 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. +Find the Box Platform SDK in programming language of your choice and get started: + | Platform | Maintained? | API Parity | | ----------------------------------- | ----------- | ---------- | | [Python Gen SDK][pythongensdk] | Yes | Full |