| Package | Description |
|---|---|
| org.wso2.am.integration.clients.store.api | |
| org.wso2.am.integration.clients.store.api.v1 |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiCallback.onFailure(ApiException e,
int statusCode,
Map<String,List<String>> responseHeaders)
This is called when the API call fails.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApiClient.buildCall(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build HTTP call with the given options.
|
com.squareup.okhttp.Request |
ApiClient.buildRequest(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build an HTTP request with the given options.
|
<T> T |
ApiClient.deserialize(com.squareup.okhttp.Response response,
Type returnType)
Deserialize response body to Java object, according to the return type and
the Content-Type response header.
|
File |
ApiClient.downloadFileFromResponse(com.squareup.okhttp.Response response)
Download file from the given response.
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call,
Type returnType)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
<T> T |
ApiClient.handleResponse(com.squareup.okhttp.Response response,
Type returnType)
Handle the given response, return the deserialized object when the response is successful.
|
com.squareup.okhttp.RequestBody |
ApiClient.serialize(Object obj,
String contentType)
Serialize the given Java object into request body according to the object's
class and the request Content-Type.
|
| Modifier and Type | Method and Description |
|---|---|
AlertConfigDTO |
AlertConfigurationApi.addAlertConfig(String alertType,
String configurationId,
AlertConfigInfoDTO body)
Add AbnormalRequestsPerMin alert configurations.
|
com.squareup.okhttp.Call |
AlertConfigurationApi.addAlertConfigAsync(String alertType,
String configurationId,
AlertConfigInfoDTO body,
ApiCallback<AlertConfigDTO> callback)
Add AbnormalRequestsPerMin alert configurations.
|
com.squareup.okhttp.Call |
AlertConfigurationApi.addAlertConfigCall(String alertType,
String configurationId,
AlertConfigInfoDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for addAlertConfig
|
ApiResponse<AlertConfigDTO> |
AlertConfigurationApi.addAlertConfigWithHttpInfo(String alertType,
String configurationId,
AlertConfigInfoDTO body)
Add AbnormalRequestsPerMin alert configurations.
|
CommentDTO |
CommentsApi.addCommentToAPI(String apiId,
CommentDTO body)
Add an API comment
|
com.squareup.okhttp.Call |
CommentsApi.addCommentToAPIAsync(String apiId,
CommentDTO body,
ApiCallback<CommentDTO> callback)
Add an API comment (asynchronously)
|
com.squareup.okhttp.Call |
CommentsApi.addCommentToAPICall(String apiId,
CommentDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for addCommentToAPI
|
ApiResponse<CommentDTO> |
CommentsApi.addCommentToAPIWithHttpInfo(String apiId,
CommentDTO body)
Add an API comment
|
void |
ApiDocumentsApi.apisApiIdDocumentsDocumentIdContentGet(String apiId,
String documentId,
String xWSO2Tenant,
String ifNoneMatch)
Get the content of an API document
This operation can be used to retrive the content of an API's document.
|
com.squareup.okhttp.Call |
ApiDocumentsApi.apisApiIdDocumentsDocumentIdContentGetAsync(String apiId,
String documentId,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback<Void> callback)
Get the content of an API document (asynchronously)
This operation can be used to retrive the content of an API's document.
|
com.squareup.okhttp.Call |
ApiDocumentsApi.apisApiIdDocumentsDocumentIdContentGetCall(String apiId,
String documentId,
String xWSO2Tenant,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdDocumentsDocumentIdContentGet
|
ApiResponse<Void> |
ApiDocumentsApi.apisApiIdDocumentsDocumentIdContentGetWithHttpInfo(String apiId,
String documentId,
String xWSO2Tenant,
String ifNoneMatch)
Get the content of an API document
This operation can be used to retrive the content of an API's document.
|
DocumentDTO |
DocumentsApi.apisApiIdDocumentsDocumentIdGet(String apiId,
String documentId,
String xWSO2Tenant,
String ifNoneMatch)
Get a document of an API
This operation can be used to retrieve a particular document's metadata associated with an API.
|
com.squareup.okhttp.Call |
DocumentsApi.apisApiIdDocumentsDocumentIdGetAsync(String apiId,
String documentId,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback<DocumentDTO> callback)
Get a document of an API (asynchronously)
This operation can be used to retrieve a particular document's metadata associated with an API.
|
com.squareup.okhttp.Call |
DocumentsApi.apisApiIdDocumentsDocumentIdGetCall(String apiId,
String documentId,
String xWSO2Tenant,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdDocumentsDocumentIdGet
|
ApiResponse<DocumentDTO> |
DocumentsApi.apisApiIdDocumentsDocumentIdGetWithHttpInfo(String apiId,
String documentId,
String xWSO2Tenant,
String ifNoneMatch)
Get a document of an API
This operation can be used to retrieve a particular document's metadata associated with an API.
|
DocumentListDTO |
ApiDocumentsApi.apisApiIdDocumentsGet(String apiId,
Integer limit,
Integer offset,
String xWSO2Tenant,
String ifNoneMatch)
Get a list of documents of an API
This operation can be used to retrive a list of documents belonging to an API by providing the id of the API.
|
com.squareup.okhttp.Call |
ApiDocumentsApi.apisApiIdDocumentsGetAsync(String apiId,
Integer limit,
Integer offset,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback<DocumentListDTO> callback)
Get a list of documents of an API (asynchronously)
This operation can be used to retrive a list of documents belonging to an API by providing the id of the API.
|
com.squareup.okhttp.Call |
ApiDocumentsApi.apisApiIdDocumentsGetCall(String apiId,
Integer limit,
Integer offset,
String xWSO2Tenant,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdDocumentsGet
|
ApiResponse<DocumentListDTO> |
ApiDocumentsApi.apisApiIdDocumentsGetWithHttpInfo(String apiId,
Integer limit,
Integer offset,
String xWSO2Tenant,
String ifNoneMatch)
Get a list of documents of an API
This operation can be used to retrive a list of documents belonging to an API by providing the id of the API.
|
APIDTO |
ApIsApi.apisApiIdGet(String apiId,
String xWSO2Tenant,
String ifNoneMatch)
Get details of an API
Using this operation, you can retrieve complete details of a single API.
|
com.squareup.okhttp.Call |
ApIsApi.apisApiIdGetAsync(String apiId,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback<APIDTO> callback)
Get details of an API (asynchronously)
Using this operation, you can retrieve complete details of a single API.
|
com.squareup.okhttp.Call |
ApIsApi.apisApiIdGetCall(String apiId,
String xWSO2Tenant,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdGet
|
ApiResponse<APIDTO> |
ApIsApi.apisApiIdGetWithHttpInfo(String apiId,
String xWSO2Tenant,
String ifNoneMatch)
Get details of an API
Using this operation, you can retrieve complete details of a single API.
|
void |
ApIsApi.apisApiIdGraphqlSchemaGet(String apiId,
String ifNoneMatch,
String xWSO2Tenant)
Get graphQL definition
You can use this operation to retrieve the swagger definition of an API.
|
com.squareup.okhttp.Call |
ApIsApi.apisApiIdGraphqlSchemaGetAsync(String apiId,
String ifNoneMatch,
String xWSO2Tenant,
ApiCallback<Void> callback)
Get graphQL definition (asynchronously)
You can use this operation to retrieve the swagger definition of an API.
|
com.squareup.okhttp.Call |
ApIsApi.apisApiIdGraphqlSchemaGetCall(String apiId,
String ifNoneMatch,
String xWSO2Tenant,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdGraphqlSchemaGet
|
ApiResponse<Void> |
ApIsApi.apisApiIdGraphqlSchemaGetWithHttpInfo(String apiId,
String ifNoneMatch,
String xWSO2Tenant)
Get graphQL definition
You can use this operation to retrieve the swagger definition of an API.
|
RatingListDTO |
RatingsApi.apisApiIdRatingsGet(String apiId,
Integer limit,
Integer offset,
String xWSO2Tenant)
Retrieve API ratings
This operation can be used to retrieve the list of ratings of an API.
|
com.squareup.okhttp.Call |
RatingsApi.apisApiIdRatingsGetAsync(String apiId,
Integer limit,
Integer offset,
String xWSO2Tenant,
ApiCallback<RatingListDTO> callback)
Retrieve API ratings (asynchronously)
This operation can be used to retrieve the list of ratings of an API.
|
com.squareup.okhttp.Call |
RatingsApi.apisApiIdRatingsGetCall(String apiId,
Integer limit,
Integer offset,
String xWSO2Tenant,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdRatingsGet
|
ApiResponse<RatingListDTO> |
RatingsApi.apisApiIdRatingsGetWithHttpInfo(String apiId,
Integer limit,
Integer offset,
String xWSO2Tenant)
Retrieve API ratings
This operation can be used to retrieve the list of ratings of an API.
|
byte[] |
SdKsApi.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 |
SdKsApi.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 |
SdKsApi.apisApiIdSdksLanguageGetCall(String apiId,
String language,
String xWSO2Tenant,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdSdksLanguageGet
|
ApiResponse<byte[]> |
SdKsApi.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.
|
ThrottlingPolicyDTO |
ApIsApi.apisApiIdSubscriptionPoliciesGet(String apiId,
String xWSO2Tenant,
String ifNoneMatch)
Get details of the subscription throttling policies of an API
This operation can be used to retrieve details of the subscription throttling policy of an API by specifying the API Id.
|
com.squareup.okhttp.Call |
ApIsApi.apisApiIdSubscriptionPoliciesGetAsync(String apiId,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback<ThrottlingPolicyDTO> callback)
Get details of the subscription throttling policies of an API (asynchronously)
This operation can be used to retrieve details of the subscription throttling policy of an API by specifying the API Id.
|
com.squareup.okhttp.Call |
ApIsApi.apisApiIdSubscriptionPoliciesGetCall(String apiId,
String xWSO2Tenant,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdSubscriptionPoliciesGet
|
ApiResponse<ThrottlingPolicyDTO> |
ApIsApi.apisApiIdSubscriptionPoliciesGetWithHttpInfo(String apiId,
String xWSO2Tenant,
String ifNoneMatch)
Get details of the subscription throttling policies of an API
This operation can be used to retrieve details of the subscription throttling policy of an API by specifying the API Id.
|
String |
ApIsApi.apisApiIdSwaggerGet(String apiId,
String labelName,
String environmentName,
String ifNoneMatch,
String xWSO2Tenant)
Get swagger definition
You can use this operation to retrieve the swagger definition of an API.
|
com.squareup.okhttp.Call |
ApIsApi.apisApiIdSwaggerGetAsync(String apiId,
String labelName,
String environmentName,
String ifNoneMatch,
String xWSO2Tenant,
ApiCallback<String> callback)
Get swagger definition (asynchronously)
You can use this operation to retrieve the swagger definition of an API.
|
com.squareup.okhttp.Call |
ApIsApi.apisApiIdSwaggerGetCall(String apiId,
String labelName,
String environmentName,
String ifNoneMatch,
String xWSO2Tenant,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdSwaggerGet
|
ApiResponse<String> |
ApIsApi.apisApiIdSwaggerGetWithHttpInfo(String apiId,
String labelName,
String environmentName,
String ifNoneMatch,
String xWSO2Tenant)
Get swagger definition
You can use this operation to retrieve the swagger definition of an API.
|
void |
ApIsApi.apisApiIdThumbnailGet(String apiId,
String xWSO2Tenant,
String ifNoneMatch)
Get thumbnail image
This operation can be used to download a thumbnail image of an API.
|
com.squareup.okhttp.Call |
ApIsApi.apisApiIdThumbnailGetAsync(String apiId,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback<Void> callback)
Get thumbnail image (asynchronously)
This operation can be used to download a thumbnail image of an API.
|
com.squareup.okhttp.Call |
ApIsApi.apisApiIdThumbnailGetCall(String apiId,
String xWSO2Tenant,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdThumbnailGet
|
ApiResponse<Void> |
ApIsApi.apisApiIdThumbnailGetWithHttpInfo(String apiId,
String xWSO2Tenant,
String ifNoneMatch)
Get thumbnail image
This operation can be used to download a thumbnail image of an API.
|
void |
RatingsApi.apisApiIdUserRatingDelete(String apiId,
String xWSO2Tenant,
String ifMatch)
Delete user API rating
This operation can be used to delete logged in user API rating.
|
com.squareup.okhttp.Call |
RatingsApi.apisApiIdUserRatingDeleteAsync(String apiId,
String xWSO2Tenant,
String ifMatch,
ApiCallback<Void> callback)
Delete user API rating (asynchronously)
This operation can be used to delete logged in user API rating.
|
com.squareup.okhttp.Call |
RatingsApi.apisApiIdUserRatingDeleteCall(String apiId,
String xWSO2Tenant,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdUserRatingDelete
|
ApiResponse<Void> |
RatingsApi.apisApiIdUserRatingDeleteWithHttpInfo(String apiId,
String xWSO2Tenant,
String ifMatch)
Delete user API rating
This operation can be used to delete logged in user API rating.
|
RatingDTO |
RatingsApi.apisApiIdUserRatingGet(String apiId,
String xWSO2Tenant,
String ifNoneMatch)
Retrieve API rating of user
This operation can be used to get the user rating of an API.
|
com.squareup.okhttp.Call |
RatingsApi.apisApiIdUserRatingGetAsync(String apiId,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback<RatingDTO> callback)
Retrieve API rating of user (asynchronously)
This operation can be used to get the user rating of an API.
|
com.squareup.okhttp.Call |
RatingsApi.apisApiIdUserRatingGetCall(String apiId,
String xWSO2Tenant,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdUserRatingGet
|
ApiResponse<RatingDTO> |
RatingsApi.apisApiIdUserRatingGetWithHttpInfo(String apiId,
String xWSO2Tenant,
String ifNoneMatch)
Retrieve API rating of user
This operation can be used to get the user rating of an API.
|
RatingDTO |
RatingsApi.apisApiIdUserRatingPut(String apiId,
RatingDTO body,
String xWSO2Tenant)
Add or update logged in user's rating for an API
This operation can be used to add or update an API rating.
|
com.squareup.okhttp.Call |
RatingsApi.apisApiIdUserRatingPutAsync(String apiId,
RatingDTO body,
String xWSO2Tenant,
ApiCallback<RatingDTO> callback)
Add or update logged in user's rating for an API (asynchronously)
This operation can be used to add or update an API rating.
|
com.squareup.okhttp.Call |
RatingsApi.apisApiIdUserRatingPutCall(String apiId,
RatingDTO body,
String xWSO2Tenant,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdUserRatingPut
|
ApiResponse<RatingDTO> |
RatingsApi.apisApiIdUserRatingPutWithHttpInfo(String apiId,
RatingDTO body,
String xWSO2Tenant)
Add or update logged in user's rating for an API
This operation can be used to add or update an API rating.
|
APIListDTO |
ApIsApi.apisGet(Integer limit,
Integer offset,
String xWSO2Tenant,
String query,
String ifNoneMatch)
Retrieve/Search APIs
This operation provides you a list of available APIs qualifying under a given search condition.
|
com.squareup.okhttp.Call |
ApIsApi.apisGetAsync(Integer limit,
Integer offset,
String xWSO2Tenant,
String query,
String ifNoneMatch,
ApiCallback<APIListDTO> callback)
Retrieve/Search APIs (asynchronously)
This operation provides you a list of available APIs qualifying under a given search condition.
|
com.squareup.okhttp.Call |
ApIsApi.apisGetCall(Integer limit,
Integer offset,
String xWSO2Tenant,
String query,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisGet
|
ApiResponse<APIListDTO> |
ApIsApi.apisGetWithHttpInfo(Integer limit,
Integer offset,
String xWSO2Tenant,
String query,
String ifNoneMatch)
Retrieve/Search APIs
This operation provides you a list of available APIs qualifying under a given search condition.
|
APIKeyDTO |
ApiKeysApi.applicationsApplicationIdApiKeysKeyTypeGeneratePost(String applicationId,
String keyType,
APIKeyGenerateRequestDTO body,
String ifMatch)
Generate API Key
Generate a self contained API Key for the application
|
com.squareup.okhttp.Call |
ApiKeysApi.applicationsApplicationIdApiKeysKeyTypeGeneratePostAsync(String applicationId,
String keyType,
APIKeyGenerateRequestDTO body,
String ifMatch,
ApiCallback<APIKeyDTO> callback)
Generate API Key (asynchronously)
Generate a self contained API Key for the application
|
com.squareup.okhttp.Call |
ApiKeysApi.applicationsApplicationIdApiKeysKeyTypeGeneratePostCall(String applicationId,
String keyType,
APIKeyGenerateRequestDTO body,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsApplicationIdApiKeysKeyTypeGeneratePost
|
ApiResponse<APIKeyDTO> |
ApiKeysApi.applicationsApplicationIdApiKeysKeyTypeGeneratePostWithHttpInfo(String applicationId,
String keyType,
APIKeyGenerateRequestDTO body,
String ifMatch)
Generate API Key
Generate a self contained API Key for the application
|
void |
ApiKeysApi.applicationsApplicationIdApiKeysKeyTypeRevokePost(String applicationId,
String keyType,
APIKeyRevokeRequestDTO body,
String ifMatch)
Revoke API Key
Revoke a self contained API Key for the application
|
com.squareup.okhttp.Call |
ApiKeysApi.applicationsApplicationIdApiKeysKeyTypeRevokePostAsync(String applicationId,
String keyType,
APIKeyRevokeRequestDTO body,
String ifMatch,
ApiCallback<Void> callback)
Revoke API Key (asynchronously)
Revoke a self contained API Key for the application
|
com.squareup.okhttp.Call |
ApiKeysApi.applicationsApplicationIdApiKeysKeyTypeRevokePostCall(String applicationId,
String keyType,
APIKeyRevokeRequestDTO body,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsApplicationIdApiKeysKeyTypeRevokePost
|
ApiResponse<Void> |
ApiKeysApi.applicationsApplicationIdApiKeysKeyTypeRevokePostWithHttpInfo(String applicationId,
String keyType,
APIKeyRevokeRequestDTO body,
String ifMatch)
Revoke API Key
Revoke a self contained API Key for the application
|
void |
ApplicationsApi.applicationsApplicationIdDelete(String applicationId,
String ifMatch)
Remove an application
This operation can be used to remove an application specifying its id.
|
com.squareup.okhttp.Call |
ApplicationsApi.applicationsApplicationIdDeleteAsync(String applicationId,
String ifMatch,
ApiCallback<Void> callback)
Remove an application (asynchronously)
This operation can be used to remove an application specifying its id.
|
com.squareup.okhttp.Call |
ApplicationsApi.applicationsApplicationIdDeleteCall(String applicationId,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsApplicationIdDelete
|
ApiResponse<Void> |
ApplicationsApi.applicationsApplicationIdDeleteWithHttpInfo(String applicationId,
String ifMatch)
Remove an application
This operation can be used to remove an application specifying its id.
|
ApplicationKeyDTO |
ApplicationKeysApi.applicationsApplicationIdGenerateKeysPost(String applicationId,
ApplicationKeyGenerateRequestDTO body)
Generate application keys
Generate keys (Consumer key/secret) for application
|
com.squareup.okhttp.Call |
ApplicationKeysApi.applicationsApplicationIdGenerateKeysPostAsync(String applicationId,
ApplicationKeyGenerateRequestDTO body,
ApiCallback<ApplicationKeyDTO> callback)
Generate application keys (asynchronously)
Generate keys (Consumer key/secret) for application
|
com.squareup.okhttp.Call |
ApplicationKeysApi.applicationsApplicationIdGenerateKeysPostCall(String applicationId,
ApplicationKeyGenerateRequestDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsApplicationIdGenerateKeysPost
|
ApiResponse<ApplicationKeyDTO> |
ApplicationKeysApi.applicationsApplicationIdGenerateKeysPostWithHttpInfo(String applicationId,
ApplicationKeyGenerateRequestDTO body)
Generate application keys
Generate keys (Consumer key/secret) for application
|
ApplicationDTO |
ApplicationsApi.applicationsApplicationIdGet(String applicationId,
String ifNoneMatch)
Get details of an application
This operation can be used to retrieve details of an individual application specifying the application id in the URI.
|
com.squareup.okhttp.Call |
ApplicationsApi.applicationsApplicationIdGetAsync(String applicationId,
String ifNoneMatch,
ApiCallback<ApplicationDTO> callback)
Get details of an application (asynchronously)
This operation can be used to retrieve details of an individual application specifying the application id in the URI.
|
com.squareup.okhttp.Call |
ApplicationsApi.applicationsApplicationIdGetCall(String applicationId,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsApplicationIdGet
|
ApiResponse<ApplicationDTO> |
ApplicationsApi.applicationsApplicationIdGetWithHttpInfo(String applicationId,
String ifNoneMatch)
Get details of an application
This operation can be used to retrieve details of an individual application specifying the application id in the URI.
|
ApplicationKeyListDTO |
ApplicationKeysApi.applicationsApplicationIdKeysGet(String applicationId)
Retrieve all application keys
Retrieve keys (Consumer key/secret) of application
|
com.squareup.okhttp.Call |
ApplicationKeysApi.applicationsApplicationIdKeysGetAsync(String applicationId,
ApiCallback<ApplicationKeyListDTO> callback)
Retrieve all application keys (asynchronously)
Retrieve keys (Consumer key/secret) of application
|
com.squareup.okhttp.Call |
ApplicationKeysApi.applicationsApplicationIdKeysGetCall(String applicationId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsApplicationIdKeysGet
|
ApiResponse<ApplicationKeyListDTO> |
ApplicationKeysApi.applicationsApplicationIdKeysGetWithHttpInfo(String applicationId)
Retrieve all application keys
Retrieve keys (Consumer key/secret) of application
|
void |
ApplicationKeysApi.applicationsApplicationIdKeysKeyTypeCleanUpPost(String applicationId,
String keyType,
String ifMatch)
Clean up application keys
Clean up keys after failed key generation of an application
|
com.squareup.okhttp.Call |
ApplicationKeysApi.applicationsApplicationIdKeysKeyTypeCleanUpPostAsync(String applicationId,
String keyType,
String ifMatch,
ApiCallback<Void> callback)
Clean up application keys (asynchronously)
Clean up keys after failed key generation of an application
|
com.squareup.okhttp.Call |
ApplicationKeysApi.applicationsApplicationIdKeysKeyTypeCleanUpPostCall(String applicationId,
String keyType,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsApplicationIdKeysKeyTypeCleanUpPost
|
ApiResponse<Void> |
ApplicationKeysApi.applicationsApplicationIdKeysKeyTypeCleanUpPostWithHttpInfo(String applicationId,
String keyType,
String ifMatch)
Clean up application keys
Clean up keys after failed key generation of an application
|
ApplicationTokenDTO |
ApplicationTokensApi.applicationsApplicationIdKeysKeyTypeGenerateTokenPost(String applicationId,
String keyType,
ApplicationTokenGenerateRequestDTO body,
String ifMatch)
Generate application token
Generate an access token for application by client_credentials grant type
|
com.squareup.okhttp.Call |
ApplicationTokensApi.applicationsApplicationIdKeysKeyTypeGenerateTokenPostAsync(String applicationId,
String keyType,
ApplicationTokenGenerateRequestDTO body,
String ifMatch,
ApiCallback<ApplicationTokenDTO> callback)
Generate application token (asynchronously)
Generate an access token for application by client_credentials grant type
|
com.squareup.okhttp.Call |
ApplicationTokensApi.applicationsApplicationIdKeysKeyTypeGenerateTokenPostCall(String applicationId,
String keyType,
ApplicationTokenGenerateRequestDTO body,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsApplicationIdKeysKeyTypeGenerateTokenPost
|
ApiResponse<ApplicationTokenDTO> |
ApplicationTokensApi.applicationsApplicationIdKeysKeyTypeGenerateTokenPostWithHttpInfo(String applicationId,
String keyType,
ApplicationTokenGenerateRequestDTO body,
String ifMatch)
Generate application token
Generate an access token for application by client_credentials grant type
|
ApplicationKeyDTO |
ApplicationKeysApi.applicationsApplicationIdKeysKeyTypeGet(String applicationId,
String keyType,
String groupId)
Get key details of a given type
This operation can be used to retrieve key details of an individual application specifying the key type in the URI.
|
com.squareup.okhttp.Call |
ApplicationKeysApi.applicationsApplicationIdKeysKeyTypeGetAsync(String applicationId,
String keyType,
String groupId,
ApiCallback<ApplicationKeyDTO> callback)
Get key details of a given type (asynchronously)
This operation can be used to retrieve key details of an individual application specifying the key type in the URI.
|
com.squareup.okhttp.Call |
ApplicationKeysApi.applicationsApplicationIdKeysKeyTypeGetCall(String applicationId,
String keyType,
String groupId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsApplicationIdKeysKeyTypeGet
|
ApiResponse<ApplicationKeyDTO> |
ApplicationKeysApi.applicationsApplicationIdKeysKeyTypeGetWithHttpInfo(String applicationId,
String keyType,
String groupId)
Get key details of a given type
This operation can be used to retrieve key details of an individual application specifying the key type in the URI.
|
ApplicationKeyDTO |
ApplicationKeysApi.applicationsApplicationIdKeysKeyTypePut(String applicationId,
String keyType,
ApplicationKeyDTO body)
Update grant types and callback url of an application
This operation can be used to update grant types and callback url of an application.
|
com.squareup.okhttp.Call |
ApplicationKeysApi.applicationsApplicationIdKeysKeyTypePutAsync(String applicationId,
String keyType,
ApplicationKeyDTO body,
ApiCallback<ApplicationKeyDTO> callback)
Update grant types and callback url of an application (asynchronously)
This operation can be used to update grant types and callback url of an application.
|
com.squareup.okhttp.Call |
ApplicationKeysApi.applicationsApplicationIdKeysKeyTypePutCall(String applicationId,
String keyType,
ApplicationKeyDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsApplicationIdKeysKeyTypePut
|
ApiResponse<ApplicationKeyDTO> |
ApplicationKeysApi.applicationsApplicationIdKeysKeyTypePutWithHttpInfo(String applicationId,
String keyType,
ApplicationKeyDTO body)
Update grant types and callback url of an application
This operation can be used to update grant types and callback url of an application.
|
ApplicationKeyReGenerateResponseDTO |
ApplicationKeysApi.applicationsApplicationIdKeysKeyTypeRegenerateSecretPost(String applicationId,
String keyType)
Re-generate consumer secret
This operation can be used to re generate consumer secret for an application for the give key type
|
com.squareup.okhttp.Call |
ApplicationKeysApi.applicationsApplicationIdKeysKeyTypeRegenerateSecretPostAsync(String applicationId,
String keyType,
ApiCallback<ApplicationKeyReGenerateResponseDTO> callback)
Re-generate consumer secret (asynchronously)
This operation can be used to re generate consumer secret for an application for the give key type
|
com.squareup.okhttp.Call |
ApplicationKeysApi.applicationsApplicationIdKeysKeyTypeRegenerateSecretPostCall(String applicationId,
String keyType,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsApplicationIdKeysKeyTypeRegenerateSecretPost
|
ApiResponse<ApplicationKeyReGenerateResponseDTO> |
ApplicationKeysApi.applicationsApplicationIdKeysKeyTypeRegenerateSecretPostWithHttpInfo(String applicationId,
String keyType)
Re-generate consumer secret
This operation can be used to re generate consumer secret for an application for the give key type
|
ApplicationKeyDTO |
ApplicationKeysApi.applicationsApplicationIdMapKeysPost(String applicationId,
ApplicationKeyMappingRequestDTO body)
Map application keys
Map keys (Consumer key/secret) to an application
|
com.squareup.okhttp.Call |
ApplicationKeysApi.applicationsApplicationIdMapKeysPostAsync(String applicationId,
ApplicationKeyMappingRequestDTO body,
ApiCallback<ApplicationKeyDTO> callback)
Map application keys (asynchronously)
Map keys (Consumer key/secret) to an application
|
com.squareup.okhttp.Call |
ApplicationKeysApi.applicationsApplicationIdMapKeysPostCall(String applicationId,
ApplicationKeyMappingRequestDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsApplicationIdMapKeysPost
|
ApiResponse<ApplicationKeyDTO> |
ApplicationKeysApi.applicationsApplicationIdMapKeysPostWithHttpInfo(String applicationId,
ApplicationKeyMappingRequestDTO body)
Map application keys
Map keys (Consumer key/secret) to an application
|
ApplicationDTO |
ApplicationsApi.applicationsApplicationIdPut(String applicationId,
ApplicationDTO body,
String ifMatch)
Update an application
This operation can be used to update an application.
|
com.squareup.okhttp.Call |
ApplicationsApi.applicationsApplicationIdPutAsync(String applicationId,
ApplicationDTO body,
String ifMatch,
ApiCallback<ApplicationDTO> callback)
Update an application (asynchronously)
This operation can be used to update an application.
|
com.squareup.okhttp.Call |
ApplicationsApi.applicationsApplicationIdPutCall(String applicationId,
ApplicationDTO body,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsApplicationIdPut
|
ApiResponse<ApplicationDTO> |
ApplicationsApi.applicationsApplicationIdPutWithHttpInfo(String applicationId,
ApplicationDTO body,
String ifMatch)
Update an application
This operation can be used to update an application.
|
ScopeListDTO |
ApplicationScopesApi.applicationsApplicationIdScopesGet(String applicationId,
Boolean filterByUserRoles,
String ifNoneMatch)
Get scopes of application
Get scopes associated with a particular application based on subscribed APIs
|
com.squareup.okhttp.Call |
ApplicationScopesApi.applicationsApplicationIdScopesGetAsync(String applicationId,
Boolean filterByUserRoles,
String ifNoneMatch,
ApiCallback<ScopeListDTO> callback)
Get scopes of application (asynchronously)
Get scopes associated with a particular application based on subscribed APIs
|
com.squareup.okhttp.Call |
ApplicationScopesApi.applicationsApplicationIdScopesGetCall(String applicationId,
Boolean filterByUserRoles,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsApplicationIdScopesGet
|
ApiResponse<ScopeListDTO> |
ApplicationScopesApi.applicationsApplicationIdScopesGetWithHttpInfo(String applicationId,
Boolean filterByUserRoles,
String ifNoneMatch)
Get scopes of application
Get scopes associated with a particular application based on subscribed APIs
|
ApplicationListDTO |
ApplicationsApi.applicationsGet(String groupId,
String query,
String sortBy,
String sortOrder,
Integer limit,
Integer offset,
String ifNoneMatch)
Retrieve/Search applications
This operation can be used to retrieve list of applications that is belonged to the user associated with the provided access token.
|
com.squareup.okhttp.Call |
ApplicationsApi.applicationsGetAsync(String groupId,
String query,
String sortBy,
String sortOrder,
Integer limit,
Integer offset,
String ifNoneMatch,
ApiCallback<ApplicationListDTO> callback)
Retrieve/Search applications (asynchronously)
This operation can be used to retrieve list of applications that is belonged to the user associated with the provided access token.
|
com.squareup.okhttp.Call |
ApplicationsApi.applicationsGetCall(String groupId,
String query,
String sortBy,
String sortOrder,
Integer limit,
Integer offset,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsGet
|
ApiResponse<ApplicationListDTO> |
ApplicationsApi.applicationsGetWithHttpInfo(String groupId,
String query,
String sortBy,
String sortOrder,
Integer limit,
Integer offset,
String ifNoneMatch)
Retrieve/Search applications
This operation can be used to retrieve list of applications that is belonged to the user associated with the provided access token.
|
ApplicationDTO |
ApplicationsApi.applicationsPost(ApplicationDTO body)
Create a new application
This operation can be used to create a new application specifying the details of the application in the payload.
|
com.squareup.okhttp.Call |
ApplicationsApi.applicationsPostAsync(ApplicationDTO body,
ApiCallback<ApplicationDTO> callback)
Create a new application (asynchronously)
This operation can be used to create a new application specifying the details of the application in the payload.
|
com.squareup.okhttp.Call |
ApplicationsApi.applicationsPostCall(ApplicationDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsPost
|
ApiResponse<ApplicationDTO> |
ApplicationsApi.applicationsPostWithHttpInfo(ApplicationDTO body)
Create a new application
This operation can be used to create a new application specifying the details of the application in the payload.
|
void |
AlertConfigurationApi.deleteAlertConfig(String alertType,
String configurationId)
Delete the selected configuration from AbnormalRequestsPerMin alert type.
|
com.squareup.okhttp.Call |
AlertConfigurationApi.deleteAlertConfigAsync(String alertType,
String configurationId,
ApiCallback<Void> callback)
Delete the selected configuration from AbnormalRequestsPerMin alert type.
|
com.squareup.okhttp.Call |
AlertConfigurationApi.deleteAlertConfigCall(String alertType,
String configurationId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAlertConfig
|
ApiResponse<Void> |
AlertConfigurationApi.deleteAlertConfigWithHttpInfo(String alertType,
String configurationId)
Delete the selected configuration from AbnormalRequestsPerMin alert type.
|
void |
CommentsApi.deleteComment(String commentId,
String apiId,
String ifMatch)
Delete an API comment
Remove a Comment
|
com.squareup.okhttp.Call |
CommentsApi.deleteCommentAsync(String commentId,
String apiId,
String ifMatch,
ApiCallback<Void> callback)
Delete an API comment (asynchronously)
Remove a Comment
|
com.squareup.okhttp.Call |
CommentsApi.deleteCommentCall(String commentId,
String apiId,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteComment
|
ApiResponse<Void> |
CommentsApi.deleteCommentWithHttpInfo(String commentId,
String apiId,
String ifMatch)
Delete an API comment
Remove a Comment
|
File |
ImportAndExportApplicationsApi.exportApplicationsGet(String appId)
Export details related to an Application.
|
com.squareup.okhttp.Call |
ImportAndExportApplicationsApi.exportApplicationsGetAsync(String appId,
ApiCallback<File> callback)
Export details related to an Application.
|
com.squareup.okhttp.Call |
ImportAndExportApplicationsApi.exportApplicationsGetCall(String appId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for exportApplicationsGet
|
ApiResponse<File> |
ImportAndExportApplicationsApi.exportApplicationsGetWithHttpInfo(String appId)
Export details related to an Application.
|
AlertConfigListDTO |
AlertConfigurationApi.getAllAlertConfigs(String alertType)
Get all AbnormalRequestsPerMin alert configurations
This operation is used to get all configurations of the AbnormalRequestsPerMin alert type.
|
com.squareup.okhttp.Call |
AlertConfigurationApi.getAllAlertConfigsAsync(String alertType,
ApiCallback<AlertConfigListDTO> callback)
Get all AbnormalRequestsPerMin alert configurations (asynchronously)
This operation is used to get all configurations of the AbnormalRequestsPerMin alert type.
|
com.squareup.okhttp.Call |
AlertConfigurationApi.getAllAlertConfigsCall(String alertType,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAllAlertConfigs
|
ApiResponse<AlertConfigListDTO> |
AlertConfigurationApi.getAllAlertConfigsWithHttpInfo(String alertType)
Get all AbnormalRequestsPerMin alert configurations
This operation is used to get all configurations of the AbnormalRequestsPerMin alert type.
|
CommentListDTO |
CommentsApi.getAllCommentsOfAPI(String apiId,
String xWSO2Tenant,
Integer limit,
Integer offset)
Retrieve API comments
Get a list of Comments that are already added to APIs
|
com.squareup.okhttp.Call |
CommentsApi.getAllCommentsOfAPIAsync(String apiId,
String xWSO2Tenant,
Integer limit,
Integer offset,
ApiCallback<CommentListDTO> callback)
Retrieve API comments (asynchronously)
Get a list of Comments that are already added to APIs
|
com.squareup.okhttp.Call |
CommentsApi.getAllCommentsOfAPICall(String apiId,
String xWSO2Tenant,
Integer limit,
Integer offset,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAllCommentsOfAPI
|
ApiResponse<CommentListDTO> |
CommentsApi.getAllCommentsOfAPIWithHttpInfo(String apiId,
String xWSO2Tenant,
Integer limit,
Integer offset)
Retrieve API comments
Get a list of Comments that are already added to APIs
|
CommentDTO |
CommentsApi.getCommentOfAPI(String commentId,
String apiId,
String xWSO2Tenant,
String ifNoneMatch)
Get details of an API comment
Get the individual comment given by a username for a certain API.
|
com.squareup.okhttp.Call |
CommentsApi.getCommentOfAPIAsync(String commentId,
String apiId,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback<CommentDTO> callback)
Get details of an API comment (asynchronously)
Get the individual comment given by a username for a certain API.
|
com.squareup.okhttp.Call |
CommentsApi.getCommentOfAPICall(String commentId,
String apiId,
String xWSO2Tenant,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getCommentOfAPI
|
ApiResponse<CommentDTO> |
CommentsApi.getCommentOfAPIWithHttpInfo(String commentId,
String apiId,
String xWSO2Tenant,
String ifNoneMatch)
Get details of an API comment
Get the individual comment given by a username for a certain API.
|
AlertTypesListDTO |
AlertsApi.getStoreAlertTypes()
Get the list of API Store alert types.
|
com.squareup.okhttp.Call |
AlertsApi.getStoreAlertTypesAsync(ApiCallback<AlertTypesListDTO> callback)
Get the list of API Store alert types.
|
com.squareup.okhttp.Call |
AlertsApi.getStoreAlertTypesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getStoreAlertTypes
|
ApiResponse<AlertTypesListDTO> |
AlertsApi.getStoreAlertTypesWithHttpInfo()
Get the list of API Store alert types.
|
AlertsInfoDTO |
AlertSubscriptionsApi.getSubscribedAlertTypes()
Get the list of API Store alert types subscribed by the user.
|
com.squareup.okhttp.Call |
AlertSubscriptionsApi.getSubscribedAlertTypesAsync(ApiCallback<AlertsInfoDTO> callback)
Get the list of API Store alert types subscribed by the user.
|
com.squareup.okhttp.Call |
AlertSubscriptionsApi.getSubscribedAlertTypesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSubscribedAlertTypes
|
ApiResponse<AlertsInfoDTO> |
AlertSubscriptionsApi.getSubscribedAlertTypesWithHttpInfo()
Get the list of API Store alert types subscribed by the user.
|
void |
ApIsApi.getWSDLOfAPI(String apiId,
String labelName,
String environmentName,
String ifNoneMatch,
String xWSO2Tenant)
Get API WSDL definition
This operation can be used to retrieve the swagger definition of an API.
|
com.squareup.okhttp.Call |
ApIsApi.getWSDLOfAPIAsync(String apiId,
String labelName,
String environmentName,
String ifNoneMatch,
String xWSO2Tenant,
ApiCallback<Void> callback)
Get API WSDL definition (asynchronously)
This operation can be used to retrieve the swagger definition of an API.
|
com.squareup.okhttp.Call |
ApIsApi.getWSDLOfAPICall(String apiId,
String labelName,
String environmentName,
String ifNoneMatch,
String xWSO2Tenant,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getWSDLOfAPI
|
ApiResponse<Void> |
ApIsApi.getWSDLOfAPIWithHttpInfo(String apiId,
String labelName,
String environmentName,
String ifNoneMatch,
String xWSO2Tenant)
Get API WSDL definition
This operation can be used to retrieve the swagger definition of an API.
|
ApplicationDTO |
ImportAndExportApplicationsApi.importApplicationsPost(File file)
Imports an Application.
|
com.squareup.okhttp.Call |
ImportAndExportApplicationsApi.importApplicationsPostAsync(File file,
ApiCallback<ApplicationDTO> callback)
Imports an Application.
|
com.squareup.okhttp.Call |
ImportAndExportApplicationsApi.importApplicationsPostCall(File file,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for importApplicationsPost
|
ApiResponse<ApplicationDTO> |
ImportAndExportApplicationsApi.importApplicationsPostWithHttpInfo(File file)
Imports an Application.
|
ApplicationDTO |
ImportAndExportApplicationsApi.importApplicationsPut(File file)
Imports an Updates an Application.
|
com.squareup.okhttp.Call |
ImportAndExportApplicationsApi.importApplicationsPutAsync(File file,
ApiCallback<ApplicationDTO> callback)
Imports an Updates an Application.
|
com.squareup.okhttp.Call |
ImportAndExportApplicationsApi.importApplicationsPutCall(File file,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for importApplicationsPut
|
ApiResponse<ApplicationDTO> |
ImportAndExportApplicationsApi.importApplicationsPutWithHttpInfo(File file)
Imports an Updates an Application.
|
void |
SdKsApi.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 |
SdKsApi.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 |
SdKsApi.sdkGenLanguagesGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for sdkGenLanguagesGet
|
ApiResponse<Void> |
SdKsApi.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
|
SearchResultListDTO |
UnifiedSearchApi.searchGet(Integer limit,
Integer offset,
String xWSO2Tenant,
String query,
String ifNoneMatch)
Retrieve/Search APIs and API Documents by content
This operation provides you a list of available APIs and API Documents qualifying the given keyword match.
|
com.squareup.okhttp.Call |
UnifiedSearchApi.searchGetAsync(Integer limit,
Integer offset,
String xWSO2Tenant,
String query,
String ifNoneMatch,
ApiCallback<SearchResultListDTO> callback)
Retrieve/Search APIs and API Documents by content (asynchronously)
This operation provides you a list of available APIs and API Documents qualifying the given keyword match.
|
com.squareup.okhttp.Call |
UnifiedSearchApi.searchGetCall(Integer limit,
Integer offset,
String xWSO2Tenant,
String query,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for searchGet
|
ApiResponse<SearchResultListDTO> |
UnifiedSearchApi.searchGetWithHttpInfo(Integer limit,
Integer offset,
String xWSO2Tenant,
String query,
String ifNoneMatch)
Retrieve/Search APIs and API Documents by content
This operation provides you a list of available APIs and API Documents qualifying the given keyword match.
|
UserDTO |
SignUpApi.selfSignupPost(UserDTO body)
Register a new user
User self signup API
|
com.squareup.okhttp.Call |
SignUpApi.selfSignupPostAsync(UserDTO body,
ApiCallback<UserDTO> callback)
Register a new user (asynchronously)
User self signup API
|
com.squareup.okhttp.Call |
SignUpApi.selfSignupPostCall(UserDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for selfSignupPost
|
ApiResponse<UserDTO> |
SignUpApi.selfSignupPostWithHttpInfo(UserDTO body)
Register a new user
User self signup API
|
ApplicationAttributeListDTO |
SettingsApi.settingsApplicationAttributesGet(String ifNoneMatch)
Get all application attributes from configuration
This operation can be used to retrieve the application attributes from configuration.
|
com.squareup.okhttp.Call |
SettingsApi.settingsApplicationAttributesGetAsync(String ifNoneMatch,
ApiCallback<ApplicationAttributeListDTO> callback)
Get all application attributes from configuration (asynchronously)
This operation can be used to retrieve the application attributes from configuration.
|
com.squareup.okhttp.Call |
SettingsApi.settingsApplicationAttributesGetCall(String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for settingsApplicationAttributesGet
|
ApiResponse<ApplicationAttributeListDTO> |
SettingsApi.settingsApplicationAttributesGetWithHttpInfo(String ifNoneMatch)
Get all application attributes from configuration
This operation can be used to retrieve the application attributes from configuration.
|
SettingsDTO |
SettingsApi.settingsGet()
Retreive store settings
Retreive store settings
|
com.squareup.okhttp.Call |
SettingsApi.settingsGetAsync(ApiCallback<SettingsDTO> callback)
Retreive store settings (asynchronously)
Retreive store settings
|
com.squareup.okhttp.Call |
SettingsApi.settingsGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for settingsGet
|
ApiResponse<SettingsDTO> |
SettingsApi.settingsGetWithHttpInfo()
Retreive store settings
Retreive store settings
|
AlertsInfoResponseDTO |
AlertSubscriptionsApi.subscribeToAlerts(AlertsInfoDTO body)
Subscribe to the selected alert types by the user.
|
com.squareup.okhttp.Call |
AlertSubscriptionsApi.subscribeToAlertsAsync(AlertsInfoDTO body,
ApiCallback<AlertsInfoResponseDTO> callback)
Subscribe to the selected alert types by the user.
|
com.squareup.okhttp.Call |
AlertSubscriptionsApi.subscribeToAlertsCall(AlertsInfoDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subscribeToAlerts
|
ApiResponse<AlertsInfoResponseDTO> |
AlertSubscriptionsApi.subscribeToAlertsWithHttpInfo(AlertsInfoDTO body)
Subscribe to the selected alert types by the user.
|
SubscriptionListDTO |
SubscriptionsApi.subscriptionsGet(String apiId,
String applicationId,
String groupId,
String xWSO2Tenant,
Integer offset,
Integer limit,
String ifNoneMatch)
Get all subscriptions
This operation can be used to retrieve a list of subscriptions of the user associated with the provided access token.
|
com.squareup.okhttp.Call |
SubscriptionsApi.subscriptionsGetAsync(String apiId,
String applicationId,
String groupId,
String xWSO2Tenant,
Integer offset,
Integer limit,
String ifNoneMatch,
ApiCallback<SubscriptionListDTO> callback)
Get all subscriptions (asynchronously)
This operation can be used to retrieve a list of subscriptions of the user associated with the provided access token.
|
com.squareup.okhttp.Call |
SubscriptionsApi.subscriptionsGetCall(String apiId,
String applicationId,
String groupId,
String xWSO2Tenant,
Integer offset,
Integer limit,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subscriptionsGet
|
ApiResponse<SubscriptionListDTO> |
SubscriptionsApi.subscriptionsGetWithHttpInfo(String apiId,
String applicationId,
String groupId,
String xWSO2Tenant,
Integer offset,
Integer limit,
String ifNoneMatch)
Get all subscriptions
This operation can be used to retrieve a list of subscriptions of the user associated with the provided access token.
|
List<SubscriptionDTO> |
SubscriptionsApi.subscriptionsMultiplePost(List<SubscriptionDTO> body,
String xWSO2Tenant)
Add new subscriptions
This operation can be used to add a new subscriptions providing the ids of the APIs and the applications.
|
com.squareup.okhttp.Call |
SubscriptionsApi.subscriptionsMultiplePostAsync(List<SubscriptionDTO> body,
String xWSO2Tenant,
ApiCallback<List<SubscriptionDTO>> callback)
Add new subscriptions (asynchronously)
This operation can be used to add a new subscriptions providing the ids of the APIs and the applications.
|
com.squareup.okhttp.Call |
SubscriptionsApi.subscriptionsMultiplePostCall(List<SubscriptionDTO> body,
String xWSO2Tenant,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subscriptionsMultiplePost
|
ApiResponse<List<SubscriptionDTO>> |
SubscriptionsApi.subscriptionsMultiplePostWithHttpInfo(List<SubscriptionDTO> body,
String xWSO2Tenant)
Add new subscriptions
This operation can be used to add a new subscriptions providing the ids of the APIs and the applications.
|
SubscriptionDTO |
SubscriptionsApi.subscriptionsPost(SubscriptionDTO body,
String xWSO2Tenant)
Add a new subscription
This operation can be used to add a new subscription providing the id of the API and the application.
|
com.squareup.okhttp.Call |
SubscriptionsApi.subscriptionsPostAsync(SubscriptionDTO body,
String xWSO2Tenant,
ApiCallback<SubscriptionDTO> callback)
Add a new subscription (asynchronously)
This operation can be used to add a new subscription providing the id of the API and the application.
|
com.squareup.okhttp.Call |
SubscriptionsApi.subscriptionsPostCall(SubscriptionDTO body,
String xWSO2Tenant,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subscriptionsPost
|
ApiResponse<SubscriptionDTO> |
SubscriptionsApi.subscriptionsPostWithHttpInfo(SubscriptionDTO body,
String xWSO2Tenant)
Add a new subscription
This operation can be used to add a new subscription providing the id of the API and the application.
|
void |
SubscriptionsApi.subscriptionsSubscriptionIdDelete(String subscriptionId,
String ifMatch)
Remove a subscription
This operation can be used to remove a subscription.
|
com.squareup.okhttp.Call |
SubscriptionsApi.subscriptionsSubscriptionIdDeleteAsync(String subscriptionId,
String ifMatch,
ApiCallback<Void> callback)
Remove a subscription (asynchronously)
This operation can be used to remove a subscription.
|
com.squareup.okhttp.Call |
SubscriptionsApi.subscriptionsSubscriptionIdDeleteCall(String subscriptionId,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subscriptionsSubscriptionIdDelete
|
ApiResponse<Void> |
SubscriptionsApi.subscriptionsSubscriptionIdDeleteWithHttpInfo(String subscriptionId,
String ifMatch)
Remove a subscription
This operation can be used to remove a subscription.
|
SubscriptionDTO |
SubscriptionsApi.subscriptionsSubscriptionIdGet(String subscriptionId,
String ifNoneMatch)
Get details of a subscription
This operation can be used to get details of a single subscription.
|
com.squareup.okhttp.Call |
SubscriptionsApi.subscriptionsSubscriptionIdGetAsync(String subscriptionId,
String ifNoneMatch,
ApiCallback<SubscriptionDTO> callback)
Get details of a subscription (asynchronously)
This operation can be used to get details of a single subscription.
|
com.squareup.okhttp.Call |
SubscriptionsApi.subscriptionsSubscriptionIdGetCall(String subscriptionId,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subscriptionsSubscriptionIdGet
|
ApiResponse<SubscriptionDTO> |
SubscriptionsApi.subscriptionsSubscriptionIdGetWithHttpInfo(String subscriptionId,
String ifNoneMatch)
Get details of a subscription
This operation can be used to get details of a single subscription.
|
APIMonetizationUsageDTO |
ApiMonetizationApi.subscriptionsSubscriptionIdUsageGet(String subscriptionId)
Get details of a pending invoice for a monetized subscription with metered billing.
|
com.squareup.okhttp.Call |
ApiMonetizationApi.subscriptionsSubscriptionIdUsageGetAsync(String subscriptionId,
ApiCallback<APIMonetizationUsageDTO> callback)
Get details of a pending invoice for a monetized subscription with metered billing.
|
com.squareup.okhttp.Call |
ApiMonetizationApi.subscriptionsSubscriptionIdUsageGetCall(String subscriptionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subscriptionsSubscriptionIdUsageGet
|
ApiResponse<APIMonetizationUsageDTO> |
ApiMonetizationApi.subscriptionsSubscriptionIdUsageGetWithHttpInfo(String subscriptionId)
Get details of a pending invoice for a monetized subscription with metered billing.
|
TagListDTO |
TagsApi.tagsGet(Integer limit,
Integer offset,
String xWSO2Tenant,
String ifNoneMatch)
Get all tags
This operation can be used to retrieve a list of tags that are already added to APIs.
|
com.squareup.okhttp.Call |
TagsApi.tagsGetAsync(Integer limit,
Integer offset,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback<TagListDTO> callback)
Get all tags (asynchronously)
This operation can be used to retrieve a list of tags that are already added to APIs.
|
com.squareup.okhttp.Call |
TagsApi.tagsGetCall(Integer limit,
Integer offset,
String xWSO2Tenant,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for tagsGet
|
ApiResponse<TagListDTO> |
TagsApi.tagsGetWithHttpInfo(Integer limit,
Integer offset,
String xWSO2Tenant,
String ifNoneMatch)
Get all tags
This operation can be used to retrieve a list of tags that are already added to APIs.
|
TenantListDTO |
TenantsApi.tenantsGet(String state,
Integer limit,
Integer offset)
Get get tenants by state
This operation is to get tenants by state
|
com.squareup.okhttp.Call |
TenantsApi.tenantsGetAsync(String state,
Integer limit,
Integer offset,
ApiCallback<TenantListDTO> callback)
Get get tenants by state (asynchronously)
This operation is to get tenants by state
|
com.squareup.okhttp.Call |
TenantsApi.tenantsGetCall(String state,
Integer limit,
Integer offset,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for tenantsGet
|
ApiResponse<TenantListDTO> |
TenantsApi.tenantsGetWithHttpInfo(String state,
Integer limit,
Integer offset)
Get get tenants by state
This operation is to get tenants by state
|
List<ThrottlingPolicyListDTO> |
ThrottlingPoliciesApi.throttlingPoliciesPolicyLevelGet(String policyLevel,
Integer limit,
Integer offset,
String ifNoneMatch,
String xWSO2Tenant)
Get all available throttling policies
Get available Throttling Policies
|
com.squareup.okhttp.Call |
ThrottlingPoliciesApi.throttlingPoliciesPolicyLevelGetAsync(String policyLevel,
Integer limit,
Integer offset,
String ifNoneMatch,
String xWSO2Tenant,
ApiCallback<List<ThrottlingPolicyListDTO>> callback)
Get all available throttling policies (asynchronously)
Get available Throttling Policies
|
com.squareup.okhttp.Call |
ThrottlingPoliciesApi.throttlingPoliciesPolicyLevelGetCall(String policyLevel,
Integer limit,
Integer offset,
String ifNoneMatch,
String xWSO2Tenant,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for throttlingPoliciesPolicyLevelGet
|
ApiResponse<List<ThrottlingPolicyListDTO>> |
ThrottlingPoliciesApi.throttlingPoliciesPolicyLevelGetWithHttpInfo(String policyLevel,
Integer limit,
Integer offset,
String ifNoneMatch,
String xWSO2Tenant)
Get all available throttling policies
Get available Throttling Policies
|
ThrottlingPolicyDTO |
ThrottlingPoliciesApi.throttlingPoliciesPolicyLevelPolicyIdGet(String policyId,
String policyLevel,
String xWSO2Tenant,
String ifNoneMatch)
Get details of a throttling policy
This operation can be used to retrieve details of a single throttling policy by specifying the policy level and policy name.
|
com.squareup.okhttp.Call |
ThrottlingPoliciesApi.throttlingPoliciesPolicyLevelPolicyIdGetAsync(String policyId,
String policyLevel,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback<ThrottlingPolicyDTO> callback)
Get details of a throttling policy (asynchronously)
This operation can be used to retrieve details of a single throttling policy by specifying the policy level and policy name.
|
com.squareup.okhttp.Call |
ThrottlingPoliciesApi.throttlingPoliciesPolicyLevelPolicyIdGetCall(String policyId,
String policyLevel,
String xWSO2Tenant,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for throttlingPoliciesPolicyLevelPolicyIdGet
|
ApiResponse<ThrottlingPolicyDTO> |
ThrottlingPoliciesApi.throttlingPoliciesPolicyLevelPolicyIdGetWithHttpInfo(String policyId,
String policyLevel,
String xWSO2Tenant,
String ifNoneMatch)
Get details of a throttling policy
This operation can be used to retrieve details of a single throttling policy by specifying the policy level and policy name.
|
void |
AlertSubscriptionsApi.unsubscribeAllAlerts()
Unsubscribe user from all the alert types.
|
com.squareup.okhttp.Call |
AlertSubscriptionsApi.unsubscribeAllAlertsAsync(ApiCallback<Void> callback)
Unsubscribe user from all the alert types.
|
com.squareup.okhttp.Call |
AlertSubscriptionsApi.unsubscribeAllAlertsCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for unsubscribeAllAlerts
|
ApiResponse<Void> |
AlertSubscriptionsApi.unsubscribeAllAlertsWithHttpInfo()
Unsubscribe user from all the alert types.
|
Copyright © 2020 WSO2 Inc. All rights reserved.