You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Sends an recommendation request to the Breinify server.
13320
+
*
13321
+
* @param user {object} the user-information
13322
+
* @param nrOfRecommendations {number|null} the amount of recommendations to get
13323
+
* @param sign {boolean|null} true if a signature should be added (needs the secret to be configured - not recommended in open systems), otherwise false (can be null or undefined)
13324
+
* @param onReady {function|null} unction to be executed after triggering the recommendation request
* Creates a user instance and executes the specified method.
13350
+
*
13351
+
* @param user {object} the user-information
13352
+
* @param nrOfRecommendations {number|null} the amount of recommendations to get
13353
+
* @param sign {boolean|null} true if a signature should be added (needs the secret to be configured - not recommended in open systems), otherwise false (can be null or undefined)
13354
+
* @param onReady {function|null} function to be executed after successful user creation
* Sends an recommendation request to the Breinify server.
220
+
*
221
+
* @param user {object} the user-information
222
+
* @param nrOfRecommendations {number|null} the amount of recommendations to get
223
+
* @param sign {boolean|null} true if a signature should be added (needs the secret to be configured - not recommended in open systems), otherwise false (can be null or undefined)
224
+
* @param onReady {function|null} unction to be executed after triggering the recommendation request
* Creates a user instance and executes the specified method.
250
+
*
251
+
* @param user {object} the user-information
252
+
* @param nrOfRecommendations {number|null} the amount of recommendations to get
253
+
* @param sign {boolean|null} true if a signature should be added (needs the secret to be configured - not recommended in open systems), otherwise false (can be null or undefined)
254
+
* @param onReady {function|null} function to be executed after successful user creation
0 commit comments