All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.unbxd.client.recommendations.RecommendationsClientFactory Maven / Gradle / Ivy

There is a newer version: 2.7
Show newest version
package com.unbxd.client.recommendations;

/**
 * Created with IntelliJ IDEA.
 * User: sourabh
 * Date: 08/07/14
 * Time: 6:10 PM
 * To change this template use File | Settings | File Templates.
 */
public class RecommendationsClientFactory {

    public static RecommendationsClient getRecommendationsClient(String siteKey, String apiKey, boolean secure){
        return new RecommendationsClient(siteKey, apiKey, secure);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy