Package ai.vectorizer.api
Class AccountApi
java.lang.Object
ai.vectorizer.api.AccountApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.6.0")
public class AccountApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet account status Fetch the subscription state and remaining API credits for the authenticated account.Get account status Fetch the subscription state and remaining API credits for the authenticated account.protected ApiExceptiongetApiException(String operationId, HttpResponse<InputStream> response)
-
Constructor Details
-
AccountApi
public AccountApi() -
AccountApi
-
-
Method Details
-
getApiException
protected ApiException getApiException(String operationId, HttpResponse<InputStream> response) throws IOException - Throws:
IOException
-
getAccountStatus
Get account status Fetch the subscription state and remaining API credits for the authenticated account.- Returns:
- AccountStatusResponse
- Throws:
ApiException- if fails to make API call
-
getAccountStatusWithHttpInfo
Get account status Fetch the subscription state and remaining API credits for the authenticated account.- Returns:
- ApiResponse<AccountStatusResponse>
- Throws:
ApiException- if fails to make API call
-