box-java-sdk icon indicating copy to clipboard operation
box-java-sdk copied to clipboard

documenation of default values of settable SDK items

Open TiloGit opened this issue 2 years ago • 1 comments

Description of the Issue

Where are the default values documented? Some are here: https://github.com/box/box-java-sdk/blob/main/doc/configuration.md like: Maximum retries = default value for retry attempts is 5.

But missing default for other items we can set https://opensource.box.com/box-java-sdk/javadoc/com/box/sdk/BoxAPIConnection.html

Expected Behavior

All default values are documented.

TiloGit avatar Sep 13 '22 16:09 TiloGit

Hi @TiloGit I don't think we currently document all default values. If they are public probably your IDE could help you determine their values. You can also check the source code directly.

Let me put this in our backlog and discuss with the team how we can improve it.

mwwoda avatar Sep 15 '22 07:09 mwwoda