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

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

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

/**
 * @ClassName : ApiClient
 * @Description :
 * @Author : dbin0123
 * @Date: 2020-03-13 11:12
 */
public interface ApiClient {


    /**
     * @param 
     * @param request
     * @return
     * @throws ApiException
     */
     T execute(ApiRequest request) throws ApiException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy