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

com.konfigthis.carbonai.client.ApiClientCustom Maven / Gradle / Ivy

Go to download

Connect external data to LLMs, no matter the source. This library was generated by https://konfigthis.com

There is a newer version: 0.1.34
Show newest version
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) {
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy