
clarifai2.grpc.ClarifaiHttpClient Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Clarifai Java API Client
The newest version!
package clarifai2.grpc;
import okhttp3.OkHttpClient;
public interface ClarifaiHttpClient {
String apiKey();
String executeRequest(String url, String method, String requestString);
void client(OkHttpClient client);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy