com.konfigthis.carbonai.client.api.AuthApi 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.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();
}
}
}