| Package | Description |
|---|---|
| org.wso2.carbon.apimgt.rest.integration.tests.publisher.api | |
| org.wso2.carbon.apimgt.rest.integration.tests.publisher.model |
| Modifier and Type | Method and Description |
|---|---|
API |
APIIndividualApi.apisApiIdGet(String apiId,
String ifNoneMatch,
String ifModifiedSince)
Get details of an API
Using this operation, you can retrieve complete details of a single API.
|
API |
APIIndividualApi.apisApiIdPut(String apiId,
API body,
String ifMatch,
String ifUnmodifiedSince)
Update an API
This operation can be used to update an existing API.
|
API |
APICollectionApi.apisImportDefinitionPost(String type,
File file,
String url,
String additionalProperties,
String implementationType,
String ifMatch,
String ifUnmodifiedSince)
Import API Definition
This operation can be used to create api from api definition.
|
API |
APICollectionApi.apisPost(API body)
Create a new API
This operation can be used to create a new API specifying the details of the API in the payload.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<API> |
APIIndividualApi.apisApiIdGetWithHttpInfo(String apiId,
String ifNoneMatch,
String ifModifiedSince)
Get details of an API
Using this operation, you can retrieve complete details of a single API.
|
ApiResponse<API> |
APIIndividualApi.apisApiIdPutWithHttpInfo(String apiId,
API body,
String ifMatch,
String ifUnmodifiedSince)
Update an API
This operation can be used to update an existing API.
|
ApiResponse<API> |
APICollectionApi.apisImportDefinitionPostWithHttpInfo(String type,
File file,
String url,
String additionalProperties,
String implementationType,
String ifMatch,
String ifUnmodifiedSince)
Import API Definition
This operation can be used to create api from api definition.
|
ApiResponse<API> |
APICollectionApi.apisPostWithHttpInfo(API body)
Create a new API
This operation can be used to create a new API specifying the details of the API in the payload.
|
| Modifier and Type | Method and Description |
|---|---|
API |
APIIndividualApi.apisApiIdPut(String apiId,
API body,
String ifMatch,
String ifUnmodifiedSince)
Update an API
This operation can be used to update an existing API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdPutAsync(String apiId,
API body,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<API> callback)
Update an API (asynchronously)
This operation can be used to update an existing API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdPutCall(String apiId,
API body,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdPut
|
ApiResponse<API> |
APIIndividualApi.apisApiIdPutWithHttpInfo(String apiId,
API body,
String ifMatch,
String ifUnmodifiedSince)
Update an API
This operation can be used to update an existing API.
|
API |
APICollectionApi.apisPost(API body)
Create a new API
This operation can be used to create a new API specifying the details of the API in the payload.
|
com.squareup.okhttp.Call |
APICollectionApi.apisPostAsync(API body,
ApiCallback<API> callback)
Create a new API (asynchronously)
This operation can be used to create a new API specifying the details of the API in the payload.
|
com.squareup.okhttp.Call |
APICollectionApi.apisPostCall(API body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisPost
|
ApiResponse<API> |
APICollectionApi.apisPostWithHttpInfo(API body)
Create a new API
This operation can be used to create a new API specifying the details of the API in the payload.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdGetAsync(String apiId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<API> callback)
Get details of an API (asynchronously)
Using this operation, you can retrieve complete details of a single API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdPutAsync(String apiId,
API body,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<API> callback)
Update an API (asynchronously)
This operation can be used to update an existing API.
|
com.squareup.okhttp.Call |
APICollectionApi.apisImportDefinitionPostAsync(String type,
File file,
String url,
String additionalProperties,
String implementationType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<API> callback)
Import API Definition (asynchronously)
This operation can be used to create api from api definition.
|
com.squareup.okhttp.Call |
APICollectionApi.apisPostAsync(API body,
ApiCallback<API> callback)
Create a new API (asynchronously)
This operation can be used to create a new API specifying the details of the API in the payload.
|
Copyright © 2018 WSO2. All rights reserved.