public class SdKsApi extends Object
| Modifier and Type | Method and Description |
|---|---|
byte[] |
apisApiIdSdksLanguageGet(String apiId,
String language,
String xWSO2Tenant)
Generate a SDK for an API
This operation can be used to generate SDKs (System Development Kits), for the APIs available in the API Store, for a requested development language.
|
com.squareup.okhttp.Call |
apisApiIdSdksLanguageGetAsync(String apiId,
String language,
String xWSO2Tenant,
ApiCallback<byte[]> callback)
Generate a SDK for an API (asynchronously)
This operation can be used to generate SDKs (System Development Kits), for the APIs available in the API Store, for a requested development language.
|
com.squareup.okhttp.Call |
apisApiIdSdksLanguageGetCall(String apiId,
String language,
String xWSO2Tenant,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdSdksLanguageGet
|
ApiResponse<byte[]> |
apisApiIdSdksLanguageGetWithHttpInfo(String apiId,
String language,
String xWSO2Tenant)
Generate a SDK for an API
This operation can be used to generate SDKs (System Development Kits), for the APIs available in the API Store, for a requested development language.
|
ApiClient |
getApiClient() |
void |
sdkGenLanguagesGet()
Get a list of supported SDK languages
This operation will provide a list of programming languages that are supported by the swagger codegen library for generating System Development Kits (SDKs) for APIs available in the API Manager Store
|
com.squareup.okhttp.Call |
sdkGenLanguagesGetAsync(ApiCallback<Void> callback)
Get a list of supported SDK languages (asynchronously)
This operation will provide a list of programming languages that are supported by the swagger codegen library for generating System Development Kits (SDKs) for APIs available in the API Manager Store
|
com.squareup.okhttp.Call |
sdkGenLanguagesGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for sdkGenLanguagesGet
|
ApiResponse<Void> |
sdkGenLanguagesGetWithHttpInfo()
Get a list of supported SDK languages
This operation will provide a list of programming languages that are supported by the swagger codegen library for generating System Development Kits (SDKs) for APIs available in the API Manager Store
|
void |
setApiClient(ApiClient apiClient) |
public SdKsApi()
public SdKsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call apisApiIdSdksLanguageGetCall(String apiId, String language, String xWSO2Tenant, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
apiId - ID of the specific API for which the SDK is required. (required)language - Programming language of the SDK that is required. (required)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retirieved from. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic byte[] apisApiIdSdksLanguageGet(String apiId, String language, String xWSO2Tenant) throws ApiException
apiId - ID of the specific API for which the SDK is required. (required)language - Programming language of the SDK that is required. (required)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retirieved from. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<byte[]> apisApiIdSdksLanguageGetWithHttpInfo(String apiId, String language, String xWSO2Tenant) throws ApiException
apiId - ID of the specific API for which the SDK is required. (required)language - Programming language of the SDK that is required. (required)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retirieved from. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call apisApiIdSdksLanguageGetAsync(String apiId, String language, String xWSO2Tenant, ApiCallback<byte[]> callback) throws ApiException
apiId - ID of the specific API for which the SDK is required. (required)language - Programming language of the SDK that is required. (required)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retirieved from. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call sdkGenLanguagesGetCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void sdkGenLanguagesGet()
throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> sdkGenLanguagesGetWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call sdkGenLanguagesGetAsync(ApiCallback<Void> callback) throws ApiException
callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2020 WSO2 Inc. All rights reserved.