File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -207,6 +207,9 @@ public final class BoxDeveloperEditionAPIConnectionAsEnterpriseUser {
207207
208208The Box Java SDK is compatible with Java 8 and up.
209209
210+ ## Compression Support
211+ The SDK supports both gzip and zstd compression for API requests. Compression is handled automatically based on server capabilities.
212+
210213## Building
211214
212215The SDK uses Gradle for its build system. SDK comes with Gradle wrapper. Running ` ./gradlew build ` from the root
@@ -231,9 +234,6 @@ $ ./gradlew integrationTest
231234
232235You can find guides and tutorials in the ` doc ` directory.
233236
234- ## Compression Support
235- The SDK supports both gzip and zstd compression for API requests. Compression is handled automatically based on server capabilities.
236-
237237* [ BUILD ON BOX PLATFORM] ( https://developer.box.com/guides/getting-started/ )
238238* [ Javadocs] ( http://box.github.io/box-java-sdk/javadoc/com/box/sdk/package-summary.html )
239239* [ Overview] ( https://github.com/box/box-java-sdk/blob/v4.14.0/doc/overview.md )
You can’t perform that action at this time.
0 commit comments