b.well SDK v0.8.0
almost 2 years ago
b.well SDK v0.8.0 Change Log
Production SDK Updates
b.well SDK version 0.8.0 includes the latest round of fully integrated methods aligned with User Journey 1: User is able to be authenticated.
Updated Methods
- Create User Consent Data
- Note:
consentUpdateis nowconsentCreate - Note:
provisionTypeis nowprovision
- Note:
- Retrieve User Consent Data
- Note:
categoryCodeis an optional parameter but if omitted or set tonullthe API will return an error. Please use"TOS"or any acceptable category for testing. This error handling will be enhanced in an upcoming release.
- Note:
- Update User Profile Data
- Note: Passing empty string values to the
updateProfilemethod results in a 200 success response but does not update the user's profile correctly. For testing, all values should be non-empty strings. Handling of empty string values will be enhanced in an upcoming release. - Note:
updateProfilecurrently accepts gender values ofmale,female,other,unknownas a string. This will be enhanced to accept enum values in an upcoming release.
- Note: Passing empty string values to the
- Retrieve User Profile Data
