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

com.aiwiown.face.DefaultApiClient Maven / Gradle / Ivy

There is a newer version: 3.0.9
Show newest version
package com.aiwiown.face;

/**
 * @ClassName : DefaultApiClient
 * @Description :
 * @Author : dbin0123
 * @Date: 2020-03-13 13:21
 */
public class DefaultApiClient extends AbstractApiClient {

    public DefaultApiClient(String serverUrl, String appId, String appSecret) {
        super(serverUrl, appId, appSecret);
    }

    public DefaultApiClient(String serverUrl, String appId, String appSecret, String charset) {
        super(serverUrl, appId, appSecret, charset);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy