JUMP TOOverviewIntroductionAuthenticationRequired dataJSON APISearch API/autocompletepost/searchpost/search/contentpostSmart Collection API/smart-collection/{slot}postRecommendation API/recommend/{slot}post/recommend/items/newestpost/recommend/items/trendingpost/recommend/items/viewed/latestpost/recommend/items/{item_id}/viewed/viewedpost/recommend/items/{item_id}/viewed/boughtpost/recommend/items/{item_id}/bought/boughtpostFeedback API/feedbackpostPush APIPush API - Products/productspost/products/{id}put/products/{id}patch/products/{id}deleteContent API - Content/content/{source}post/content/{source}/{id}put/content/{source}/{id}patch/content/{source}/{id}deleteAnalytics JSFindify Analytics JSGithub: Findify Analytics JSNPM: Findify Analytics JSfindifyAnalytics(config)client.sendEvent(type, request)client.userJS SDKIntroductionFindifySDK.init(config)client.autocomplete(request)client.search(request)client.collection(request)client.recommendations(type, request)client.feedback(type, request)Powered by client.userReturns: Returns user object, which can be used further in FindifySDK, FindifyHelpers libraries or in plain Findify REST API. Examples of usage: JavaScriptvar user = client.user; var findifySdkClient = FindifySDK.init({ key: 'f8923hg20hg248g8g9h', user: user });