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

com.konfigthis.carbonai.client.api.AuthApi 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.51
Show newest version
package com.konfigthis.carbonai.client.api;

import com.konfigthis.carbonai.client.ApiClient;
import com.konfigthis.carbonai.client.model.TokenResponse;
import com.konfigthis.carbonai.client.model.WhiteLabelingResponse;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;

public class AuthApi extends AuthApiGenerated {

    public AuthApi(ApiClient apiClient) throws IllegalArgumentException {
        super(apiClient);
    }
    public class GetAccessTokenRequestBuilder extends GetAccessTokenRequestBuilderGenerated {
        public GetAccessTokenRequestBuilder() {
            super();
        }
    }
    public class GetWhiteLabelingRequestBuilder extends GetWhiteLabelingRequestBuilderGenerated {
        public GetWhiteLabelingRequestBuilder() {
            super();
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy