com.konfigthis.carbonai.client.ApiClientCustom Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of carbonai-java-sdk Show documentation
Show all versions of carbonai-java-sdk Show documentation
Connect external data to LLMs, no matter the source.
This library was generated by https://konfigthis.com
package com.konfigthis.carbonai.client;
import java.util.List;
import java.util.Map;
public class ApiClientCustom {
protected void requestBeforeHook(String baseUrl, String path, String method, List queryParams,
List collectionQueryParams, Object body, Map headerParams,
Map cookieParams, Map formParams,
String[] authNames, ApiClient client) {
}
protected void requestAfterHook(String url, String path, String method, List queryParams,
List collectionQueryParams, Object body, Map headerParams,
Map cookieParams, Map formParams,
String[] authNames, String payload, ApiClient client) {
}
}