b.well SDK v1.14.0
about 6 hours ago
b.well Kotlin SDK v1.14.0 Change Log
b.well Kotlin SDK version 1.14.0 includes an enhancement.
Updates
createConnection now supports integrationType
ConnectionCreateRequesthas a new optionalintegrationType(IntegrationType)builder method- When
integrationTypeis set toDIRECT, credentials are not required:usernameandpasswordcan be omitted - For all other integration types,
usernameandpasswordremain required
IntegrationType enum additions
- Two new values added to
IntegrationType:DIRECTIAL2
- See Create a Data Connection guide for more info
