b.well SDK v0.8.0

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

  1. Create User Consent Data
    • Note: consentUpdate is now consentCreate
    • Note: provisionType is now provision
  2. Retrieve User Consent Data
    • Note: categoryCode is an optional parameter but if omitted or set to null the API will return an error. Please use "TOS" or any acceptable category for testing. This error handling will be enhanced in an upcoming release.
  3. Update User Profile Data
    • Note: Passing empty string values to the updateProfile method 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: updateProfile currently accepts gender values of male, female, other, unknown as a string. This will be enhanced to accept enum values in an upcoming release.
  4. Retrieve User Profile Data